mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Introduce a new "Entry point anomalies" block with multiple YARA rules to detect suspicious PE entry-point placements and characteristics. Adds rules: Anomaly__EntryPointInLastSection (EP in last section, common for appended code/packers), Anomaly__EntryPointInNonCodeSection (EP inside a section without CODE flag), Anomaly__EntryPointOutsideAnySections (EP not in any section, skips DLLs and zero EP, ignores sections with no raw data), Anomaly__EPStartsWithNops (EP begins with a 4+ NOP sled), and Anomaly__EPStartsWithInt3 (EP begins with INT3). Rules use raw file offsets for pe.entry_point and include guards to reduce false positives. |
||
|---|---|---|
| .. | ||
| 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 | ||