Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exploit-detections

Same-day detection rules for public exploits. When a weaponized exploit drops, defenders need rules they can deploy now — not in the next vendor signature update.

What This Is

A curated collection of detection rules built against public, weaponized exploits. Each detection package includes:

  • Cortex XDR BIOC — XQL queries ready for the BIOC engine
  • Defender KQL — Microsoft Defender for Endpoint detection queries
  • Sigma — Generic detection rules (where applicable)
  • Gap analysis — What we can detect, what we can't, and why
  • Mitigations — Immediate actions that don't require a patch

What This Is Not

  • A vulnerability database (use NVD)
  • An exploit repository (links to source only, never payloads)
  • A replacement for vendor signatures (supplement, don't substitute)
  • A guarantee (every rule has false positive considerations documented)

Structure

detections/
  CVE-YYYY-NNNNN/
    README.md           # Summary, references, detection coverage
    xdr-bioc/           # Cortex XDR BIOC XQL queries
    defender-kql/       # Microsoft Defender KQL queries
    sigma/              # Generic Sigma rules
    gaps.md             # What cannot be detected and why
    mitigations.md      # Immediate mitigations

Detection Quality Standard

Every rule in this repo meets these criteria:

  1. Verified fields only. XQL and KQL field names are tested against the platform's actual schema. No invented fields.
  2. Honest about gaps. If the exploitation primitive isn't telemetered, we say so. False confidence is worse than no detection.
  3. FP considerations documented. Every rule includes what else triggers it and how to tune.
  4. Patch status tracked. If the patch is insufficient, that's flagged. Detection without that context is incomplete.
  5. Attribution to source. Every detection links back to the exploit it was built against.

License

MIT. Use it, deploy it, improve it. Attribution appreciated but not required.


Maintained by Nextgrid IT

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors