TL;DR: Threat hunting at scale is less about tooling than about prioritisation, shared definitions, and understanding where attackers blend into normal administrator behaviour, according to Sprocket Security’s conversation with T. Rowe Price. The practical lesson is that hunters need context, graph-based reasoning, and a clear separation between hunting, incident response, and red teaming to reduce blind spots.
At a glance
What this is: This is a practitioner conversation about threat hunting in large environments, with the key finding that the hardest part is deciding where to look before the hunt begins.
Why it matters: It matters to security teams because effective hunting depends on visibility, prioritisation, and identity-aware context, especially when attackers behave like legitimate administrators.
👉 Read Sprocket Security's conversation on threat hunting at scale and attacker prioritisation
Context
Threat hunting becomes difficult in large environments when security teams confuse activity, scope, and outcome. The article argues that the core problem is not a lack of tools, but a lack of clarity about where blind spots exist, which behaviours are normal, and which signals actually deserve investigation. That challenge intersects with identity governance because legitimate-looking administrative activity often hides abuse of broad access.
In practice, this is a governance problem as much as a detection problem. Hunters need a way to separate human administration, automation, and suspicious behaviour without assuming that every access pattern is inherently benign. That distinction is typical in mature enterprise environments, where overlapping roles and wide permissions make anomaly detection harder rather than easier.
Key questions
Q: How should security teams structure threat hunting so it does not collapse into incident response?
A: Threat hunting should be a separate function with its own charter, data sources, and success metrics. Incident response answers whether a known event is contained; hunting asks what is being missed. Teams should define hypotheses, scope, and escalation paths in advance so the work produces new detection insight rather than becoming another response queue.
Q: Why do attackers who behave like administrators make threat hunting harder?
A: They make hunting harder because they exploit normal-looking access patterns, shared systems, and broad entitlements. In large environments, legitimate admin work already resembles lateral movement unless teams add role, privilege, and session context. Without that context, behaviour-based hunting produces too many false positives and misses abuse that looks operationally routine.
Q: How do graph-based methods improve threat hunting prioritisation?
A: Graph-based methods show which actions connect multiple stages of an attack and which ones are structurally important to the attacker’s path. That helps defenders spend time on choke points rather than on isolated anomalies. When a hunt can remove a critical link in the chain, it has a better chance of changing adversary behaviour.
Q: What should organisations do when hunting at scale produces too much noise?
A: They should narrow the search space by separating automated activity from human behaviour, then compare the extremes, rare cases, and repeated patterns in each dataset. The goal is to reduce analysis paralysis before deeper investigation begins. Noise usually falls when teams improve data context rather than when they simply collect more of it.
Technical breakdown
Threat hunting versus incident response and red teaming
Threat hunting is proactive search, not response to a known alert. Incident response starts after a confirmed event, while red teaming tests specific defensive assumptions. Hunting exists to surface unknown unknowns, especially in environments where tools miss low-and-slow behaviour. When teams collapse those functions into one bucket, they obscure ownership, distort metrics, and make it harder to justify the work. The result is usually a hunting function that is either too reactive or too vague to improve detection coverage.
Practical implication: define hunting scope separately from IR and red team objectives before you measure success.
Why legitimate administrator behaviour is hard to distinguish from abuse
Modern attackers often avoid noisy malware or obvious reconnaissance and instead mimic the ways administrators already work. They read documentation, move through shared systems, and use access patterns that look routine in a large enterprise. That makes identity context central to hunting because permissions, role overlap, and session timing all shape what normal looks like. In environments with broad access, the attacker does not need exotic tradecraft to blend in; they need believable behaviour and enough time to observe the environment.
Practical implication: enrich hunts with identity and privilege context so broad access does not become camouflage.
Graph theory as a way to prioritise hunting paths
Graph-based hunting models attacker tradecraft as connected techniques rather than isolated alerts. That matters because some techniques are interchangeable, while others are structurally important for the attacker’s path. Concepts such as betweenness centrality help identify which nodes or actions sit between stages of compromise and which ones, if disrupted, can collapse the route. This is more defensible than choosing hunts by intuition alone. It pushes teams toward evidence-based prioritisation grounded in adversary behaviour, not just whatever looks suspicious in a log sample.
Practical implication: build hunt queues around choke points in attack paths, not just around high-volume log sources.
NHI Mgmt Group analysis
Threat hunting fails when organisations treat it as a generic detection label rather than a disciplined search function. The article shows that teams often blur hunting with incident response, red teaming, and threat intelligence, which creates governance confusion before any analysis begins. That confusion is not just semantic. It affects resourcing, escalation, and the definition of success. The practical conclusion is that a hunting programme must have its own objectives, inputs, and outcomes.
The most dangerous blind spot in large environments is normalised privileged behaviour. Attackers who browse internal systems, read documentation, and move like administrators exploit the fact that many enterprises have wide access and overlapping roles. In identity terms, that is a governance gap, because broad entitlement patterns make malicious activity look operationally ordinary. The practical conclusion is that hunting and identity governance must be linked, not run as separate conversations.
Graph thinking turns threat hunting from intuition into prioritisation. The Jenga tower metaphor is useful because it captures how attackers chain techniques together, with some blocks carrying more structural weight than others. That approach aligns with NIST-CSF and MITRE-ATT&CK thinking because it focuses defenders on attack-path disruption rather than isolated events. The practical conclusion is to hunt the steps that preserve attacker momentum, not the ones that merely produce noise.
Detection-response latency: the longer defenders take to translate weak signals into huntable hypotheses, the more attacker behaviour blends into ordinary operations. The article’s emphasis on deciding where to look first shows that scale creates delay as much as it creates volume. In programmes with thin staffing, that latency becomes a control issue because missed context is often the real failure. The practical conclusion is to compress the time between anomaly, context, and action.
Identity context is now a hunting prerequisite, not an optional enrichment layer. In environments where administrators, automation, and attackers can all touch the same systems, behaviour-only hunting is too blunt to be reliable. Tying activity back to access scope, role fit, and session purpose improves signal quality and helps teams distinguish legitimate work from abuse. The practical conclusion is to make identity metadata part of every hunt.
What this signals
Threat hunting at scale is moving toward identity-aware prioritisation because behaviour without context is too easy to misread. A useful operating model is to treat privileged access, service accounts, and automation as first-class hunting dimensions rather than afterthoughts. That shift aligns with the broader access-governance gap highlighted in the 52 NHI Breaches Analysis.
Detection-response latency: the longer it takes to convert weak signals into a huntable hypothesis, the more likely attackers can hide inside normal administration. That latency will matter more as environments grow and access overlap increases.
For identity and SOC leaders, the next step is not more alerts but better context. Pair hunt engineering with access governance, then validate assumptions against the control expectations in NIST SP 800-53 Rev 5 Security and Privacy Controls.
For practitioners
- Define hunting as a separate operational function Write a formal charter that separates threat hunting from incident response, red teaming, and threat intelligence. Give each function different triggers, outputs, and success measures so teams do not spend hunts waiting for confirmed incidents or treat response work as proactive search.
- Add identity context to hunt queries Join logs to user role, privilege scope, session type, and system ownership before you evaluate behaviour. That makes it easier to spot administrative activity that is technically valid but operationally inconsistent with the account’s normal purpose.
- Prioritise choke points in attacker paths Use graph analysis to find high-value transitions between stages of compromise, then focus hunting effort on the techniques that connect those stages. The goal is to disrupt attacker momentum, not to inspect every anomaly with equal weight.
- Baseline normal administrator behaviour by environment Build separate baselines for human admins, service activity, and scripted automation in each major environment. A single enterprise-wide baseline hides the differences that matter most when attackers imitate legitimate operators.
Key takeaways
- Threat hunting is a separate discipline from incident response and red teaming, and programmes fail when those boundaries are blurred.
- Attackers who behave like administrators exploit broad access and weak identity context, which makes privilege metadata essential to effective hunting.
- Graph-based prioritisation helps defenders focus on attack-path choke points instead of chasing every suspicious event with equal effort.
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 surface, NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring underpins hunt-driven detection in large environments. |
| MITRE ATT&CK | TA0007 , Discovery; TA0008 , Lateral Movement; TA0006 , Credential Access | The article centres on how attackers blend into environment discovery and move like admins. |
| NIST SP 800-53 Rev 5 | SI-4 | System monitoring is the control family most directly tied to proactive hunt operations. |
| CIS Controls v8 | CIS-8 , Audit Log Management | Hunting at scale depends on log quality, coverage, and searchable audit trails. |
| ISO/IEC 27001:2022 | A.8.16 | Monitoring activities support detection and investigation in complex enterprise environments. |
Use ATT&CK to prioritise hunts around discovery, credential access, and lateral movement paths.
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.
- Detection-Response Latency: The elapsed time between identifying a security issue and executing a bounded, auditable fix. In data security programmes, long latency means exposure persists after discovery, which undermines the value of detection and weakens compliance evidence.
- Betweenness Centrality: Betweenness centrality measures how often a node sits on the shortest path between other nodes in a graph. In security analysis, it helps identify techniques or assets that connect multiple attacker stages and are therefore high-value disruption points.
- Identity context: The entitlement, ownership, and purpose information that explains why an action occurred and whether it was expected. For security operations, identity context turns raw alerts into decisions by showing which human or non-human identity acted and what it was allowed to do.
What's in the full article
Sprocket Security's full conversation covers the operational detail this post intentionally leaves for the source:
- Practitioner commentary from Matthew Winters on how threat hunting works inside a large enterprise SOC.
- The reasoning behind prioritising execution-focused hunts over broad initial-access assumptions.
- The discussion of graph theory, betweenness centrality, and attacker-path disruption in real hunting workflows.
- The full episode context for teams that want the original practitioner perspective rather than the editorial analysis.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, IAM, and secrets management for practitioners who need stronger identity foundations. It helps security teams connect access governance to broader detection and resilience work.
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org