mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Introduce two YARA rules to detect PE signature/trust anomalies under a new section: Anomaly__AuthenticodeCorrupt (flags a present security directory with size smaller than a minimal PKCS#7 structure, ~8 bytes) and Anomaly__SecurityDirPointsBeyondFile (flags when the security directory offset + size exceeds the file size, indicating appended or corrupt data). Both rules target PE files and inspect pe.data_directories[4]. |
||
|---|---|---|
| .. | ||
| crypto_signature.yar | ||
| DiE_BasicHeuristics_by_DosX.yar | ||
| DiE_EnhancedHeuristics_by_DosX.yar | ||
| DiE_InterestingThings_by_DosX.yar | ||
| malware_analisys.yar | ||
| packer.yar | ||
| packer_compiler_signatures.yar | ||
| peid.yar | ||