Suspicious_Size_rundll32_exe
Description
Detects uncommon file size of rundll32.exe
Query · yara
condition:
uint16(0) == 0x5a4d
and filename == "rundll32.exe"
and (filesize < 30KB or filesize > 120KB)
Detects uncommon file size of rundll32.exe
condition:
uint16(0) == 0x5a4d
and filename == "rundll32.exe"
and (filesize < 30KB or filesize > 120KB)
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.