SUSP_ZIP_ISO_PhishAttachment_Pattern_Jun22_1
Description
Detects suspicious small base64 encoded ZIP files (MIME email attachments) with .iso files as content as often used in phishing attacks
Query · yara
strings:
$pkzip_base64_1 = { 0A 55 45 73 44 42 }
$pkzip_base64_2 = { 0A 55 45 73 44 42 }
$pkzip_base64_3 = { 0A 55 45 73 48 43 }
$iso_1 = "Lmlzb1BL"
$iso_2 = "5pc29QS"
$iso_3 = "uaXNvUE"
condition:
filesize < 2000KB and 1 of ($pk*) and 1 of ($iso*)