Skip to content

Commit 3f18708

Browse files
authored
Merge pull request #177 from wrhalpin/claude/live-presentation-deck-tYlEP
Claude/live presentation deck t yl ep
2 parents ea14d68 + 8e9fd0a commit 3f18708

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docs/deck/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h2>AI Intel Review Queue</h2>
392392
</section>
393393

394394
<section data-background="#1a1a1a">
395-
<h2>Phase 4 — Control, Reasoning & Safety</h2>
395+
<h2>Control, Reasoning & Safety</h2>
396396
<p style="font-size: 0.85em;">ExecutionContext, domain boundaries, hypothesis engine, agent governor, HITL</p>
397397
<ul style="font-size: 0.8em; margin-top: 1em;">
398398
<li><strong>ExecutionContext:</strong> Every operation stamped with context_id, domain, trust_level, workspace_id. Append-only execution_log. Full audit trail from connector call to report.</li>
@@ -403,6 +403,18 @@ <h2>Phase 4 — Control, Reasoning & Safety</h2>
403403
</ul>
404404
</section>
405405

406+
<section data-background="#1a1a1a">
407+
<h2>GNATHunt — Detection Rules & Hunting</h2>
408+
<p style="font-size: 0.85em;">Convert STIX to detection rules. Hunt packages. ATT&CK coverage mapping. Drift detection.</p>
409+
<ul style="font-size: 0.8em; margin-top: 1em;">
410+
<li><strong>STIX → Detection Rules:</strong> Malware/Campaign/Tool indicators → Sigma + YARA + Suricata + Snort rules. Confidence-weighted rule weight. Automated rule publication to EDL + SOC platform integrations.</li>
411+
<li><strong>Hunt Packages:</strong> Bundled rules with metadata (adversary, campaign, techniques, severity). Importable into Splunk, Elastic, Chronicle, QRadar. Version control + diff tracking.</li>
412+
<li><strong>ATT&CK Coverage Mapping:</strong> Every rule tagged with MITRE ATT&CK technique/sub-technique. Coverage heatmap by tactic. Gaps identified and prioritized.</li>
413+
<li><strong>Drift Detection:</strong> Scheduled hunt job compares rule effectiveness (hit count, FP rate) against baseline. Drift >10% triggers analyst review. Rules auto-archived if no hits in 90 days.</li>
414+
<li><strong>Integration:</strong> GNATHunt hooks into campaign tracking — when Campaign confirmed, emit detection rules + hunt package. Daily hunts run via FeedScheduler.</li>
415+
</ul>
416+
</section>
417+
406418
<!-- ROLLOUT & ROADMAP SECTION (Slides 33-36) -->
407419
<section data-background="#1a1a1a">
408420
<h2>Security & CI</h2>
@@ -440,18 +452,6 @@ <h2>Deployment Architecture</h2>
440452
</ul>
441453
</section>
442454

443-
<section data-background="#1a1a1a">
444-
<h2>GNATHunt — Detection Rules & Hunting</h2>
445-
<p style="font-size: 0.85em;">Convert STIX to detection rules. Hunt packages. ATT&CK coverage mapping. Drift detection.</p>
446-
<ul style="font-size: 0.8em; margin-top: 1em;">
447-
<li><strong>STIX → Detection Rules:</strong> Malware/Campaign/Tool indicators → Sigma + YARA + Suricata + Snort rules. Confidence-weighted rule weight. Automated rule publication to EDL + SOC platform integrations.</li>
448-
<li><strong>Hunt Packages:</strong> Bundled rules with metadata (adversary, campaign, techniques, severity). Importable into Splunk, Elastic, Chronicle, QRadar. Version control + diff tracking.</li>
449-
<li><strong>ATT&CK Coverage Mapping:</strong> Every rule tagged with MITRE ATT&CK technique/sub-technique. Coverage heatmap by tactic. Gaps identified and prioritized.</li>
450-
<li><strong>Drift Detection:</strong> Scheduled hunt job compares rule effectiveness (hit count, FP rate) against baseline. Drift >10% triggers analyst review. Rules auto-archived if no hits in 90 days.</li>
451-
<li><strong>Integration:</strong> GNATHunt hooks into campaign tracking — when Campaign confirmed, emit detection rules + hunt package. Daily hunts run via FeedScheduler.</li>
452-
</ul>
453-
</section>
454-
455455
<section data-background="#1a1a1a">
456456
<h2>All Roadmap Items Complete</h2>
457457
<p style="font-size: 0.85em;">✓ Every pending item has shipped — v1.9.0 complete</p>

0 commit comments

Comments
 (0)