Skip to content

Commit 0dfdcfd

Browse files
committed
feat(tool_use): add threat intelligence enrichment agent cookbook
1 parent ca0dd33 commit 0dfdcfd

3 files changed

Lines changed: 1909 additions & 0 deletions

File tree

authors.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ james-briggs:
4040
name: james-briggs
4141
website: https://github.com/James-Briggs
4242
avatar: https://avatars.githubusercontent.com/u/64431405?v=4
43+
jannet-park:
44+
name: Jannet Park
45+
avatar: https://avatars.githubusercontent.com/u/233145170?v=4
4346
JiriDeJonghe:
4447
name: Jiri De Jonghe
4548
website: https://github.com/JiriDeJonghe

registry.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# yaml-language-server: $schema=./.github/registry_schema.json
2+
- title: Threat intelligence enrichment agent
3+
description: Build an agent that autonomously investigates IOCs by querying multiple
4+
threat intel sources, cross-referencing findings, mapping to MITRE ATT&CK, and
5+
producing structured reports for SIEM and SOAR integration.
6+
path: tool_use/threat_intel_enrichment_agent.ipynb
7+
authors:
8+
- jannet-park
9+
date: '2026-03-27'
10+
categories:
11+
- Tools
12+
- Agent Patterns
213
- title: Knowledge graph construction with Claude
314
description: Build knowledge graphs from unstructured text using Claude for entity
415
extraction, relation mining, deduplication, and multi-hop graph querying.

0 commit comments

Comments
 (0)