Common Information
Type | Value |
---|---|
Value |
import "hash" import "console" import "pe" rule PeHashes { condition: pe.is_pe and console.log("Imphash:\t", pe.imphash()) and console.log("Rich Header Hash:\t", hash.md5(pe.rich_signature.clear_data)) } |
Category | |
Type | Yara Rule |
Misp Type | |
Description |