Skip to content

score: reduce ELCEEF_Zombie_Malformed_ZIP quality to avoid FPs on Windows system files#82

Merged
Neo23x0 merged 1 commit intoYARAHQ:masterfrom
RuneCode14:fp-fix/elceef-zombie-malformed-zip-20260317
Mar 17, 2026
Merged

score: reduce ELCEEF_Zombie_Malformed_ZIP quality to avoid FPs on Windows system files#82
Neo23x0 merged 1 commit intoYARAHQ:masterfrom
RuneCode14:fp-fix/elceef-zombie-malformed-zip-20260317

Conversation

@RuneCode14
Copy link
Copy Markdown
Contributor

Summary

Daily false positive testing (2026-03-17) detected 8 matches on legitimate Windows goodware files.

Affected Files

The rule ELCEEF_Zombie_Malformed_ZIP matched on:

  • MsSense.dll (Windows Defender)
  • SenseIR.exe (Windows Defender Sensor)
  • msedge.dll (Microsoft Edge)
  • SenseSampleUploader.exe (Windows Defender)
  • SenseDlpProcessor.exe (Windows Defender DLP)
  • SenseTracer.exe (Windows Defender)
  • RunPsScript.dll (Windows Defender)
  • Additional system files in Windows 11 24H2 WinSxS

Root Cause

The rule detects malformed ZIP structures, but these legitimate Microsoft binaries contain embedded archives (likely for self-extraction or resource storage) that trigger the detection.

Changes

- name: "ELCEEF_Zombie_Malformed_ZIP"
  quality: -40
  score: 50

Testing

  • Scanned against ~35GB goodware corpus including Windows 11 24H2 system files
  • Build completed successfully with 9750 rules
  • Total FP matches reduced from baseline

… (50)

Daily FP test (2026-03-17) found 8 matches on Windows goodware:
- MsSense.dll, SenseIR.exe, msedge.dll (Windows Defender/Edge)
- SenseSampleUploader.exe, SenseDlpProcessor.exe, RunPsScript.dll

Rule detects malformed ZIP structures, but these legitimate Microsoft
binaries contain embedded archives that trigger the rule.

Testing: Scanned against ~35GB goodware corpus including Win11 24H2
system files.
@Neo23x0 Neo23x0 merged commit c227abd into YARAHQ:master Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants