Windows_Hacktool_SharpGPOAbuse_14ea480e
Description
Windows.Hacktool.SharpGPOAbuse
Query · yara
strings:
$name = "SharpGPOAbuse" wide fullword
$s1 = "AddUserTask" wide fullword
$s2 = "AddComputerTask" wide fullword
$s3 = "AddComputerScript" wide fullword
$s4 = "AddUserScript" wide fullword
$s5 = "GPOName" wide fullword
$s6 = "ScheduledTasks" wide fullword
$s7 = "NewImmediateTask" wide fullword
condition:
($name and 1 of ($s*)) or all of ($s*)