Skip to content

Add skill: detecting-lateral-movement-with-zeek (fixes #5)#29

Merged
mukul975 merged 1 commit intomukul975:mainfrom
juliosuas:add-zeek-lateral-movement
Mar 27, 2026
Merged

Add skill: detecting-lateral-movement-with-zeek (fixes #5)#29
mukul975 merged 1 commit intomukul975:mainfrom
juliosuas:add-zeek-lateral-movement

Conversation

@juliosuas
Copy link
Copy Markdown
Contributor

Summary

Zeek-based lateral movement detection skill with supplementary files.

Changes

  • scripts/process.py: 5 detection modules (admin share, RDP pivot, NTLM spray, DCSync, lateral tool transfer)
  • references/standards.md: MITRE ATT&CK mappings
  • references/workflows.md: triage and investigation workflows
  • Renamed Pass-the-Hash to NTLM Account Spray (accurate for Zeek ntlm.log)
  • Added redef enum Notice::Type declarations to Zeek scripts
  • Fixed sort order for timestamp-based pivot detection
  • Removed unused pandas prerequisite

Fixes #5

- Scoped to Zeek lateral movement files only
- Renamed Pass-the-Hash to NTLM Account Spray (accurate for Zeek)
- Added redef enum Notice::Type declarations to Zeek scripts
- Fixed sort order for timestamp-based pivot detection
- Removed unused pandas prerequisite
@mukul975 mukul975 merged commit b7bd6b1 into mukul975:main Mar 27, 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.

Create skill: detecting-lateral-movement-with-zeek

2 participants