Codoso_PGV_PVID_2
Description
Detects Codoso APT PGV PVID Malware
Query · yara
strings: $s0 = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SvcHost" fullword ascii $s1 = "regsvr32.exe /s \"%s\"" fullword ascii $s2 = "Help and Support" fullword ascii $s3 = "netsvcs" fullword ascii $s9 = "%SystemRoot%\\System32\\svchost.exe -k netsvcs" fullword ascii /* Goodware String - occured 4 times */ $s10 = "winlogon" fullword ascii /* Goodware String - occured 4 times */ $s11 = "System\\CurrentControlSet\\Services" fullword ascii /* Goodware String - occured 11 times */ condition: uint16(0) == 0x5a4d and filesize < 907KB and all of them