Skip to content

[pull] master from kevoreilly:master#439

Merged
pull[bot] merged 7 commits intothreatcode:masterfrom
kevoreilly:master
Mar 12, 2026
Merged

[pull] master from kevoreilly:master#439
pull[bot] merged 7 commits intothreatcode:masterfrom
kevoreilly:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 12, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

wmetcalf and others added 7 commits March 9, 2026 16:33
… logs

The Windows analyzer logs the package selection as:
  INFO: analysis package selected: "pkg"
but get_package() only searched for the Linux format:
  INFO: Automatically selected analysis package "pkg"

This caused the package field to remain empty in reports for
Windows analyses where no package was explicitly specified.

Now searches for both log formats using len(marker) instead of
a hardcoded offset.
Enhanced evtx.py auxiliary module:
- Collect 20+ additional Windows event log channels (PowerShell,
  Defender, BITS, Firewall, NTLM, AppLocker, WMI, Task Scheduler, etc.)
- Enable command line logging (ProcessCreationIncludeCmdLine_Enabled)
- Configure log sizes (100MB per channel)
- Use audit policy GUIDs instead of English names (non-English support)
- Quote channel names in wevtutil calls

New event logs web UI:
- Three-tab layout: Sigma Detections, Sysmon Events, EVTX Events
- Sigma tab shows rule title, severity, ID, description, matched events
- Sigma query shown on expand (not cluttering collapsed view)
- Severity badge coloring (critical/high/medium/low/informational)
- MITRE ATT&CK technique display per detection

Systemd units for daily Sigma rule updates via Zircolite.

Companion to CAPESandbox/community#544 which adds the sigma processing
module and behavioral signature.
Event IDs from untrusted guest Sysmon logs were concatenated into
HTML without escaping. Apply escapeHtml() to all eid insertions.
Remove warning log for suspicious EVTX archive members.
feat: enhanced EVTX collection and event logs web UI with Sigma support
@pull pull bot locked and limited conversation to collaborators Mar 12, 2026
@pull pull bot added the ⤵️ pull label Mar 12, 2026
@pull pull bot merged commit 0cdbc7a into threatcode:master Mar 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants