08e8d462fe
RED PILL 🔴 💊
14 lines
477 B
Text
14 lines
477 B
Text
rule dragos_crashoverride_moduleStrings {
|
|
meta:
|
|
description = "IEC-104 Interaction Module Program Strings"
|
|
author = "Dragos Inc"
|
|
reference = "https://troopers.de/downloads/troopers18/TR18_DM_Mind-The-Gap.pdf"
|
|
strings:
|
|
$s1 = "IEC-104 client: ip=%s; port=%s; ASDU=%u" nocase wide ascii
|
|
$s2 = " MSTR ->> SLV" nocase wide ascii
|
|
$s3 = " MSTR <<- SLV" nocase wide ascii
|
|
$s4 = "Unknown APDU format !!!" nocase wide ascii
|
|
$s5 = "iec104.log" nocase wide ascii
|
|
condition:
|
|
any of ($s*)
|
|
}
|