Windows_Hacktool_SharpSCCM_9bef8dab
Description
Windows.Hacktool.SharpSCCM
Query · yara
strings:
$name = "SharpSCCM" wide fullword
$s1 = "--relay-server" wide fullword
$s2 = "--username" wide fullword
$s3 = "--domain" wide fullword
$s4 = "--sms-provider" wide fullword
$s5 = "--wmi-namespace" wide fullword
$s6 = "--management-point" wide fullword
$s7 = "--get-system" wide fullword
$s8 = "--run-as-user" wide fullword
$s9 = "--register-client" wide fullword
$s10 = "MS_Collection" wide fullword
$s11 = "SOFTWARE\\Microsoft\\CCM" wide fullword
$s12 = "CCM_POST" wide fullword
condition:
($name and 2 of ($s*)) or 7 of ($s*)