TL;DR: Threat hunting remains only partially automated in 48% of SOCs, even as teams rely on ATT&CK, Pyramid of Pain, and Cyber Kill Chain to structure investigations, according to SANS SOC Survey 2025. AI-augmented SOC platforms are shifting frameworks from manual methodology to repeatable execution, making analyst oversight more scalable than analyst-driven correlation.
At a glance
What this is: This is an analysis of how AI-augmented SOC platforms automate threat hunting frameworks such as MITRE ATT&CK, Pyramid of Pain, and Cyber Kill Chain.
Why it matters: It matters because SOC teams still need consistent, framework-based hunting at 24/7 scale, and identity-aware investigations increasingly depend on correlating endpoint, cloud, and identity signals in one workflow.
By the numbers:
- 48% of SOCs describe their threat hunting as "partially automated".
- 81% of intrusions from July 2024 through June 2025 were malware-free, requiring behavior analysis rather than signature matching.
- 79% of SOCs operate 24/7.
- 60% reduction in successful attacks when prioritizing TTP-level detection over hash and IP hunting.
👉 Read Dropzone AI's analysis of AI-augmented threat hunting frameworks
Context
Threat hunting frameworks give analysts a repeatable way to investigate adversary behaviour instead of chasing isolated alerts. The problem is not whether teams understand MITRE ATT&CK or the Cyber Kill Chain, but whether they can apply those frameworks consistently across noisy, round-the-clock operations while preserving useful context for identity, endpoint, and cloud investigations.
In practice, manual framework execution becomes a throughput problem as much as an analytical one. That is where the identity angle appears: threat hunting often pivots through credentials, accounts, tokens, and privileged sessions, so SOC teams need workflows that can correlate access activity with technical telemetry without turning every hunt into a bespoke exercise.
Key questions
Q: How should security teams implement threat hunting across identity, endpoint, and cloud data?
A: Build hunts around an attack hypothesis, then require the platform to correlate identity, endpoint, and cloud telemetry in one pass. Prioritise tools that can join sign-ins, API calls, process trees, and SaaS events without manual pivots. If the hunt cannot move across those domains, it will miss the chain of evidence attackers actually leave behind.
Q: Why do behaviour-based frameworks matter more than signatures in modern SOCs?
A: Because many modern intrusions are malware-free or rapidly changing, signatures and hashes age too quickly to support reliable hunting. Behaviour-based frameworks focus on attacker method, which is harder for adversaries to alter and easier for teams to track across tools, time, and shifts.
Q: What breaks when threat hunting stays partially automated?
A: What breaks is consistency. Teams end up with uneven investigations, slower correlation, and hunt quality that depends on who is on shift. Partial automation can still help, but if it only supports retrospective analysis, the SOC keeps spending analyst time on repetitive work instead of on adversary decision points.
Q: What should SOC leaders do when identity signals are missing from hunt workflows?
A: SOC leaders should treat that as a visibility gap, not a tooling nuisance. If hunts do not include authentication, privilege, and session data, attackers can move through credentials and access paths without being placed into the full attack timeline. Identity telemetry belongs in the same operational workflow as endpoint and cloud data.
Technical breakdown
How ATT&CK mapping turns alerts into adversary behaviour
MITRE ATT&CK is a behaviour knowledge base, not a detection product. It organises observed techniques into tactics such as credential access, lateral movement, and exfiltration so analysts can classify what an attacker is doing, not just what tool they used. In a SOC, ATT&CK mapping helps convert scattered telemetry into a hypothesis-driven investigation. AI systems can extract likely techniques from alerts, correlate related events across SIEM, EDR, and identity logs, and then present the analyst with a structured view of probable adversary behaviour.
Practical implication: map high-confidence alerts to ATT&CK tactics first, then use the mapped technique to drive cross-tool correlation.
Why the Pyramid of Pain changes detection priorities
The Pyramid of Pain ranks indicators by how hard they are for adversaries to change. Hashes and IPs are cheap to replace, while TTPs reflect operational method and are far more durable. That makes TTP-focused hunting more valuable than chasing low-level artefacts that disappear quickly. AI helps by batching commodity matches, enriching medium-value signals, and escalating technique-level patterns for review. The result is not more alerts, but better prioritisation of the indicators that actually force attacker adaptation.
Practical implication: shift hunt design away from disposable indicators and toward behaviours that reveal attacker method.
How the Cyber Kill Chain supports timeline reconstruction
The Cyber Kill Chain models attack progression from reconnaissance through actions on objectives. Its value is temporal: it helps teams place events in sequence and identify where a defence failed to stop movement from one stage to the next. AI can assemble that timeline automatically by linking delivery, exploitation, command and control, and impact evidence across multiple telemetry sources. For SOCs, that matters because late-stage detection often means the attacker already has persistence or access to identity material such as sessions and credentials.
Practical implication: use timeline reconstruction to identify the earliest stage your controls actually missed, not just the point where the alert fired.
Threat narrative
Attacker objective: The attacker objective is to move from initial foothold to durable access and then complete a measurable objective such as exfiltration, persistence, or operational disruption.
- Entry occurs when an attacker gains foothold through a delivery or initial access path that creates an investigation trail across email, endpoint, or identity logs.
- Escalation follows when the actor moves from that foothold into credential access, lateral movement, or command-and-control activity that expands reach across the environment.
- Impact occurs when the adversary completes objective-driven activity such as data theft, service disruption, or broader compromise of connected systems.
NHI Mgmt Group analysis
Framework automation is now a SOC capacity issue, not a methodology issue. The article is right to frame ATT&CK, the Pyramid of Pain, and the Cyber Kill Chain as proven methods, but the limiting factor is execution at scale. When 24/7 teams have mixed experience levels, the quality gap sits in repetitive correlation work, not in the framework itself. The practical conclusion is that SOC maturity increasingly depends on whether teams can industrialise framework application without losing analyst judgment.
Behaviour-first hunting is becoming the baseline for modern detection. Malware-free intrusion patterns mean signatures and hashes are too brittle to carry the load on their own. Frameworks such as ATT&CK and the Pyramid of Pain remain valuable because they force teams to look at tactics, techniques, and procedure chains rather than isolated artefacts. For practitioners, this signals that detection engineering and hunt design need to converge around behavioural evidence.
Identity telemetry is part of the hunt surface, not a separate discipline. The strongest hunts increasingly traverse endpoints, cloud events, and identity actions in the same timeline, because credential access and privilege abuse rarely remain isolated. That creates a governance question for SOC leaders: whether identity logs, session data, and privilege signals are wired into the same hunt workflow as endpoint telemetry. The conclusion is that framework-driven hunting must include identity as a first-class data source.
Detection-response latency is the real performance metric. The article’s AI automation angle matters because the value is not raw alert volume reduction but faster movement from observation to framework-contextualised decision. AI can systematise evidence gathering, but analysts still decide whether the hunt indicates adversary behaviour or noise. That keeps oversight essential while shortening the path from weak signal to defensible response.
What this signals
Framework automation is becoming a control-plane issue for SOCs. As organisations push more investigation logic into AI, the governance problem shifts from whether teams know the frameworks to whether the automation preserves analyst accountability and evidence quality. That is where identity telemetry, privilege context, and session correlation become operational prerequisites rather than nice-to-have enrichments.
AI-assisted hunting will expose gaps in identity data quality. If authentication, service account, and privileged access signals are incomplete, automated hunts will still produce neat narratives, but those narratives will be structurally underinformed. Teams should use this pressure to validate whether their Top 10 NHI Issues are already affecting investigation fidelity.
Detection programmes now need a named concept for evidence velocity. Detection-response latency: the time between first signal and a defensible, framework-mapped conclusion. The shorter that interval, the more useful AI augmentation becomes, which is why SOC teams should align workflow design with the NIST Cybersecurity Framework 2.0 functions of detect, respond, and recover.
For practitioners
- Standardise hunts around ATT&CK tactics Build hunt templates that begin with a tactic, then list the telemetry sources needed to confirm or exclude the technique across SIEM, EDR, and identity logs. Use the same mapping structure across shifts so quality does not depend on individual analyst memory.
- Prioritise TTP-level detections over disposable indicators Track which hunts still rely on hashes, IPs, or domains as primary signals, then rework them so durable behaviours drive escalation. This reduces wasted effort on indicators that adversaries can swap quickly.
- Include identity signals in hunt packs Correlate authentication anomalies, privileged session activity, and account-use patterns with endpoint and network telemetry when reconstructing attack paths. Identity data often explains how an attacker moved from foothold to operational control.
- Measure time to framework-contextualised decision Track how long it takes an analyst to move from first alert to a mapped technique, a reconstructed timeline, or a clear dismissal. That metric is more useful than raw alert counts for judging whether automation is actually helping.
Key takeaways
- Threat hunting frameworks only create value when teams can execute them consistently at SOC scale.
- AI augmentation helps by automating correlation and mapping, not by replacing analyst judgment.
- Identity telemetry is increasingly part of the hunt surface, because credentials and privilege are often how attacks progress.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| MITRE ATT&CK | TA0006 , Credential Access; TA0008 , Lateral Movement; TA0010 , Exfiltration | The article centres on behaviour-based hunting and attack-stage mapping. |
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring underpins AI-assisted hunt workflows and alert correlation. |
| NIST SP 800-53 Rev 5 | SI-4 | Security monitoring and analysis controls support detection across tools and identities. |
| CIS Controls v8 | CIS-8 , Audit Log Management | Hunting depends on usable logs and consistent collection across sources. |
| NIST AI RMF | MANAGE | AI-augmented SOC operations require ongoing oversight of model outputs and workflow risk. |
Apply MANAGE to keep analyst review, escalation, and exception handling under governance.
Key terms
- Threat Hunting: Threat hunting is the proactive search for signs of compromise that bypassed normal detection controls. It combines logs, telemetry, and investigator judgement to find hidden attacker behaviour before it becomes a larger incident or disrupts recovery.
- MITRE ATT&CK: MITRE ATT&CK is a knowledge base of adversary tactics and techniques observed in real attacks. Security teams use it to classify behaviour, map detections to attacker actions, and identify what related techniques should be checked next during an investigation.
- Pyramid of Pain: The Pyramid of Pain is a prioritisation model that ranks indicators by how hard they are for an adversary to change. It pushes defenders toward higher-value detections such as techniques and behaviours, which tend to remain useful longer than hashes or IP addresses.
- Cyber Kill Chain: The Cyber Kill Chain is a sequential model for understanding how an attack progresses from reconnaissance to impact. It helps teams place events in order, identify missing visibility, and understand where a defensive control failed to interrupt the attack path.
What's in the full article
Dropzone AI's full article covers the operational detail this post intentionally leaves for the source:
- Step-by-step examples of how ATT&CK techniques are extracted from alerts and threat intelligence.
- Illustrative workflow for correlating SIEM, EDR, and identity telemetry into one investigation.
- Framework-by-framework examples showing how AI handles Pyramid of Pain prioritisation and Kill Chain timeline building.
- Practical detail on how analysts review and validate the AI-generated hunt narrative.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, and secrets management. It is a strong fit for practitioners who need to connect identity controls to broader security operations.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org