Common Information
Type Value
Value
rule drovorub_library_and_unique_strings {
	meta:
		description = "Rule to detect Drovorub-server, Drovorub-agent, and Drovorub-client 
binaries based on unique strings and strings indicating statically linked libraries."
	strings:
		$s1 = "Poco" ascii wide
		$s2 = "Json" ascii wide
		$s3 = "OpenSSL" ascii wide
		$a1 = "clientid" ascii wide
		$a2 = "-----BEGIN" ascii wide
		$a3 = "-----END" ascii wide
		$a4 = "tunnel" ascii wide
	condition:
		(filesize > 1MB and filesize < 10MB and (uint32(0) == 0x464c457f)) and (#s1 > 20 and #s2 > 15 and #s3 > 15 and all of ($a*))
}
Category
Type Yara Rule
Misp Type
Description
Details Published Attributes CTI Title
Details Pdf 2020-08-13 54 Russian GRU 85th GTsSS Deploys Previously Undisclosed Drovorub Malware