Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 840 Bytes

File metadata and controls

21 lines (15 loc) · 840 Bytes
Cover Picture

Detection-Engineering

This repository contains detection engineering work and lab artifacts, organized by detection language and platform.

Structure

  • sigma/ — Sigma rules (planned)
  • yara/ — YARA rules and static malware analysis write-ups
  • snort/ — Snort intrusion detection rules (planned)
  • kql/ — Microsoft Sentinel KQL (planned)
  • splunk/ — Splunk SPL (planned)

Notes

  • Write-ups (.md) live inside each detection folder (e.g., yara/docs/, sigma/docs/) to keep documentation scoped to that detection type.
  • Malware samples are analyzed using static techniques unless explicitly stated otherwise.
  • Rules target high-signal, behavior-based indicators over brittle IOCs where possible.