Common Information
Type Value
Value
import "pe"

rule dragos_crashoverride_suspcious {
	meta:
		description = "CRASHOVERRIDE v1 Wiper"
		author = "Dragos Inc"
	strings:
		$s0 = "SYS_BASCON.COM" wide nocase fullword
		$s1 = ".pcmp" wide nocase fullword
		$s2 = ".pcmi" wide nocase fullword
		$s3 = ".pcmt" wide nocase fullword
		$s4 = ".cin" wide nocase fullword
	condition:
		pe.exports("Crash") and any of ($s*)
}
Category
Type Yara Rule
Misp Type
Description
Details Published Attributes CTI Title
Details Pdf 2018-09-11 31 CrashOverride_revised091118
Details Website 2017-06-12 37 CrashOverride Malware | CISA