InfinitySDLC Engineering Guides · 09/12
Reference implementation guide, not a report of a completed client deployment. Code, configurations, metrics and policies are illustrative. Adapt and validate them before production use.
The Threat Detection Agent is a bounded analyst that enriches and correlates detections. It should increase signal quality and investigation speed without giving a language model unrestricted powers to disable users, block networks or delete workloads.

triage:
alert_id: SIEM-99182
entities: [user:u1042, host:wks-044, domain:example.invalid]
disposition: suspicious
confidence: 0.86
evidence:
- edr_process_tree: ...
- idp_signin: impossible_travel=false
- dns_first_seen: 12m
recommended_next:
- collect_edr_package
- revoke_session # approval required
destructive_actions: none_executedRAG should hold detection runbooks, asset criticality, approved admin tooling, past incident patterns and exception knowledge. Threat telemetry itself should be queried from the SIEM/data lake with strict time/entity filters. Use a local model for high-volume alert summarization if regulatory or security policy prohibits external inference.

Canonicalize users, cloud principals, hosts, containers, IPs and applications outside the model. Correlation quality collapses when the agent must infer whether four aliases represent the same principal.
canonical_entity: principal:8d21
aliases:
- idp:user:alice@example.com
- aws:...:role/ops-admin
- github:user:alice
risk_context:
privileged: true
owner_team: platform
last_role_change: 2026-09-02| Action | Default |
|---|---|
| Collect forensic package | automatic in alert scope |
| Increase telemetry/snapshot | automatic within quota |
| Block domain/IP | approval unless exact IOC is preapproved |
| Revoke session | SOC approval |
| Disable user / isolate host | SOC approval; stronger for privileged identities |
| Delete resource | not exposed as an agent containment primitive |
Containment is a proposal produced by the agent and an action executed by a separately authenticated enforcement service. This prevents malicious SIEM content from directly turning into firewall or identity actions.
Adapted from the September 2026 Enterprise AI Agent Mesh handbook, Article 9 and Blueprint 9. The Enterprise Agent Platform Foundation guide provides the shared identity, MCP, retrieval, sandbox, audit and evaluation design, plus the source handbook’s further-reading list. Validate model, protocol and tool versions before production use.