Security operations

What is Threat Hunting?

The proactive search for attackers already inside your network, before any alert fires. What threat hunting is, how the process works, the main types and why it now matters under NIS2.

Key takeaways
  • Threat hunting is the proactive search for attackers already inside your network who have not yet triggered an alert. NIST calls it an active means of cyber defence.
  • It exists because the tools most teams rely on, from antivirus to a SIEM, only catch known signatures and written rules.
  • The strongest intruders use legitimate tools and valid stolen credentials to blend in, a technique CISA calls living off the land.
  • In the Volt Typhoon case, a state-sponsored group held access inside some networks for at least five years before discovery (CISA, 2024).
  • Hunting is proactive and assumes a breach. Incident response is reactive and begins once a threat is confirmed. Hunting feeds incident response.
  • There are three main types: structured (hypothesis-driven), unstructured (indicator-driven) and situational (intelligence and risk-driven).
  • The process is a loop. Form a hypothesis, investigate the data, confirm or rule out the activity, then turn findings into new automated detections.
  • NIS2 Article 21 requires an all-hazards set of security measures that continuous monitoring supports, and Cybersäkerhetslagen (SFS 2025:1506) made NIS2 Swedish law on 15 January 2026.
  • A threat hunter is a skilled analyst who combines threat intelligence, knowledge of attacker behaviour and data analysis to find hidden threats.
  • Finding an intruder early is the most direct lever you have over the cost and disruption of a breach.

Threat Hunting Defined in Plain Terms

Threat hunting is the proactive search for attackers who are already inside your systems but have not yet triggered an alert. NIST defines it as proactively searching systems, networks and infrastructure for advanced threats to find and disrupt an adversary early rather than waiting for automated tools to raise the alarm.

Most organisations rely on tools that are reactive by design. Firewalls, antivirus, intrusion detection and a SIEM catch what matches a known signature or a written rule. The most capable intruders make sure they match neither.

That gap is why threat hunting exists. Also called cyber threat hunting or a cyber hunt, it assumes a breach has already happened and goes looking for it using human judgement and data rather than waiting for a warning that may never come. It is an active form of defence rather than another dashboard to watch.

How Threat Hunting Works

A hunt is not a random search. It follows a repeatable loop built on one working assumption, that an intruder may already be inside.

  1. Form a hypothesis. Start from a specific, testable idea about how an adversary might be operating often drawn from threat intelligence or a technique in the MITRE ATT&CK framework. For example, an attacker abusing PowerShell to move between machines.
  2. Gather and investigate. Pull the relevant data from endpoints, network telemetry, logs and the SIEM, then look for the behaviour the hypothesis predicts.
  3. Confirm or rule out. Decide whether the activity is really there. A hunt that finds nothing is still useful because it narrows where a real threat could hide.
  4. Respond and improve. Hand any confirmed compromise to incident response, then turn what you learned into a new automated rule so the next occurrence is caught without a human.

Good hunts also work backwards. Anything you can reliably detect with a rule should become a rule which frees the hunters to look for what no rule yet describes.

Types of Threat Hunting

Most hunts fall into three types. They differ by what sets them off, and mature teams use all three.

Types of Threat Hunting
  • Structured hunting: Driven by a hypothesis about attacker behaviour, usually mapped to a technique in MITRE ATT&CK. It looks for how an adversary acts rather than for one specific known file.
  • Unstructured hunting: Triggered by an indicator of compromise or an anomaly already in the data for example an odd login or a flagged IP address. The hunter follows the thread to see what else is connected.
  • Situational hunting: Shaped by risk and context such as intelligence that a group is targeting your sector or a review focused on your most valuable systems and accounts.

The type matters less than the habit. A team that only reacts to indicators will always be a step behind an attacker who brings none.

Why Threat Hunting Matters to the Business

The longer an intruder stays undetected, the more damage they can do, mapping the network, stealing credentials, finding the backups and positioning a payload. This window is called dwell time. In the Volt Typhoon case, a state-sponsored group kept access inside some victim networks for at least five years before discovery according to a 2024 CISA advisory.

Long dwell is possible because the strongest attackers avoid the things automated tools watch for. They use legitimate administrative tools and stolen but valid accounts so there is no malware to flag and no failed login to count. Hunting is the control designed to find that kind of quiet activity.

Finding an intruder early changes the outcome. An attacker caught during reconnaissance is an incident to clean up. The same attacker caught after they reach the backups is a business continuity crisis. Shortening the time to detection is the most direct lever an organisation has over the cost of a breach.

Real-World Cases

Three well-documented cases show why hunting earns its place. Each is drawn from official government reporting.

Volt Typhoon and Living Off the Land

In February 2024 CISA, the NSA and the FBI with Five Eyes partners, warned that a Chinese state-sponsored group tracked as Volt Typhoon had embedded itself in US critical infrastructure including communications, energy and water networks.

The group used living-off-the-land techniques, meaning legitimate built-in tools and valid stolen credentials rather than custom malware. That is why it stayed hidden. The agencies observed access in some IT environments for at least five years.

Signature-based detection had nothing to match. What surfaces this activity is hunting for anomalies in how trusted tools and accounts are used which is exactly what the advisory told organisations to do.

Real-World Cases

SolarWinds and the SUNBURST Backdoor

In December 2020 CISA issued Emergency Directive 21-01 after attackers slipped a backdoor called SUNBURST into a routine software update for the widely used SolarWinds Orion platform. Up to around 18,000 customers received the compromised update according to SolarWinds’ filing with the SEC.

The update was signed and trusted so nothing looked wrong. The US government later attributed the operation to Russia’s foreign intelligence service and CISA described a patient, well-resourced adversary that sustained long activity on victim networks.

A trusted vendor was the way in, so a rule for known-bad files was never going to help. The intrusion came to light through investigation of anomalous behaviour and hunting for unexpected outbound connections from trusted servers is the control that shortens this kind of discovery.

Target and the Alerts Nobody Acted On

In 2013 attackers reached the US retailer Target through credentials stolen from a third-party heating and cooling supplier then installed malware that skimmed payment cards at the till. Around 40 million payment card records and about 70 million customer records were exposed, according to a 2014 US Senate committee report.

The uncomfortable detail is that Target’s own monitoring detected the malware and raised alerts. No one acted on them in time.

Tools are only half of detection. The other half is a team with the time and mandate to investigate what the tools flag which is the human discipline hunting builds.

Threat Hunting and Compliance in Sweden and the EU

Swedish organisations do not have a free choice about detection any more. Cybersäkerhetslagen (SFS 2025:1506) came into force on 15 January 2026 and brings the EU NIS2 Directive into Swedish law.

Article 21.2a requires policies on risk analysis and information system security and Article 21.2b requires incident handling. Continuous, proactive monitoring is how organisations meet these duties and detect the intrusions that automated alerts miss.

The stakes are personal. Under Article 20 the board is responsible for these measures and can be held personally accountable. When an incident is confirmed the clock is short with an early warning to MCF (formerly MSB) and the sector authority within 24 hours, a full notification within 72 hours and a final report within a month.

Financial entities carry a parallel duty under DORA Article 17, supervised by Finansinspektionen and any personal-data breach must reach IMY within 72 hours under GDPR Article 33. Faster detection is what makes those deadlines survivable.

Threat Hunting and Incident Response

Threat hunting and incident response are often confused but they sit at opposite ends of the same timeline. Hunting is proactive. It goes looking for a threat before any alarm sounds. Incident response is reactive. It begins once a threat is confirmed.

The two connect at the handoff. When a hunt confirms a real compromise it becomes an incident and the response team takes over to contain, remove and recover. A hunt that finds nothing feeds the other direction sharpening the detections that trigger future response.

An organisation needs both. Relying only on incident response means you act after something has already gone wrong and often only once the damage is visible. Hunting buys back the time before that point.

How to Build a Threat Hunting Capability

Threat hunting rests on three foundations and a gap in any one limits the other two.

How to Build a Threat Hunting Capability
  • People: Skilled analysts who understand attacker behaviour, can read forensic and log data and know how to form and test a hypothesis. This is the role of a threat hunter and it is scarce.
  • Process: A regular hunting cadence with clear scope so hunts happen on a schedule and are not squeezed out by day-to-day alerts. Every finding feeds back into automated detection.
  • Technology: Broad visibility into endpoints, network traffic and identity usually through EDR and a SIEM with logs retained long enough to investigate a slow intrusion.

A practical way to begin:

  • Turn on and centralise your logs so endpoints, network and identity data land in one place a hunter can query.
  • Adopt MITRE ATT&CK as a shared language for the techniques you hunt for.
  • Assume breach. Run a first hypothesis-driven hunt on your most valuable systems rather than waiting for an alert.
  • Convert every confirmed finding into a detection rule so the same thing is caught automatically next time.
  • Decide honestly whether to build this in-house or have it run for you.

Building and keeping this capability in-house is demanding, which is why many Swedish organisations have hunting delivered as part of a managed detection and response service. The point is not who does the hunting. It is that someone is actively looking all the time.

Myths & Facts

Myth

Our firewall, antivirus and EDR already stop attacks, so hunting is unnecessary.

Threat hunting is just another name for incident response.

Threat hunting is fully automated, so software does it for us.

Only large enterprises need threat hunting.

No alert means no breach.

Threat hunting is a one-off project.

Fact

Those tools catch known signatures and written rules. The most capable intruders use legitimate tools and valid accounts to avoid both, which is why CISA urges organisations to actively hunt.

Hunting is proactive and starts before any alert, on the assumption a breach may already exist. Incident response is reactive and starts once a threat is confirmed. Hunting often feeds it.

Tools and analytics speed hunting up, but forming hypotheses, reading context and confirming a real threat still need a human. Forming hypotheses, reading context and confirming a real threat still need a human.

Attackers deliberately target smaller suppliers to reach larger ones, as CISA noted with Volt Typhoon, and NIS2 pulls many mid-sized essential and important entities into scope.

The most dangerous intruders are the ones who generate no alert at all. Their absence from your dashboards is exactly the condition hunting is designed to test.

Hunting is a continuous, cyclical practice. NIS2 Article 21 expects an all-hazards, continuously managed approach to security, and each hunt should feed new detections so coverage compounds over time.

Test Yourself

Four real-world scenarios, then six knowledge questions. See how prepared you would be under pressure.

Scenario Simulation

  1. Your monitoring shows no malware alerts this quarter, but a hunter notices an administrator account running unusual PowerShell commands at 3am from a server that never normally does.

    What is the most sensible read?

    • The lack of malware alerts means the environment is clean, so no action is needed.
    • Legitimate tools used in an abnormal way can signal an intruder, so investigate the account and the activity.
    • PowerShell is a built-in tool, so its use is always safe to ignore.
  2. A trusted, signed update from a well-known software vendor is installed across your servers. Days later one of those servers starts making unexpected outbound connections to an unfamiliar domain.

    What should a hunting mindset do?

    • Trust the vendor's signature and assume the traffic is normal software behaviour.
    • Investigate the outbound connections as a possible compromise, even though the software is trusted.
    • Ignore it, because outbound traffic is not covered by antivirus.
  3. Your detection tools generate an alert about suspicious software on a point-of-sale system during a busy sales period. The alert sits in a queue.

    What is the right call?

    • Leave it until the busy period ends, since the tool will alert again if it is serious.
    • Triage and investigate the alert promptly, because detection only works if someone acts on it.
    • Delete the alert to keep the queue manageable.
  4. A scheduled hunt confirms that an attacker has a foothold on two machines and is still active.

    What happens next?

    • The hunt continues quietly and incident response is not involved yet.
    • Hand the confirmed compromise to incident response to contain, remove and recover, then feed the findings back into detection.
    • Wait for an automated alert to open an incident ticket.

Knowledge Test

  1. What best describes threat hunting?

    • Waiting for automated tools to raise an alert, then responding
    • Proactively searching systems for threats that have not yet triggered an alert
    • Installing more firewalls and antivirus
    • Running a penetration test once a year

    Threat hunting is proactive and assumes a breach may already exist, rather than waiting for an alert.

  2. Living off the land refers to attackers who...

    • Use custom malware that antivirus can detect
    • Use legitimate built-in tools and valid stolen credentials to avoid detection
    • Only attack agricultural companies
    • Send phishing emails from spoofed domains

    Living-off-the-land intruders use legitimate tools and valid accounts, so there is no malware to flag, as CISA described with Volt Typhoon.

  3. How does threat hunting differ from incident response?

    • Hunting is reactive and incident response is proactive
    • They are the same activity
    • Hunting is proactive and starts before an alert, incident response is reactive and starts after a threat is confirmed
    • Incident response never involves hunters

    Hunting looks for threats before any alarm, while incident response begins once a threat is confirmed, and hunting feeds it.

  4. Which is a recognised type of threat hunting?

    • Structured, hypothesis-driven hunting
    • Random guessing with no data
    • Turning off logging to save space
    • Ignoring indicators of compromise

    Structured hunting starts from a hypothesis about attacker behaviour, often mapped to MITRE ATT&CK.

  5. For roughly how long did Volt Typhoon maintain access inside some victim networks, according to CISA in 2024?

    • A few hours
    • About a week
    • At least five years
    • Exactly 30 days

    CISA reported that Volt Typhoon actors kept access in some victim IT environments for at least five years.

  6. Which NIS2 measure most directly supports threat hunting?

    • Article 21.2a, continuous monitoring
    • A ban on cloud services
    • Mandatory annual advertising
    • A rule requiring paper records only

    NIS2 Article 21.2a expects continuous monitoring, and proactive hunting is how organisations meet that duty in practice.

Take It with You

Share the Summary PDF with Your Team

A short distilled brief in PDF: key findings, red flags and action steps.

Download summary PDF

Why Training Matters

Threat hunting finds the intruders who slip past your tools, but the fewer that get in, the less there is to hunt. Most intrusions still begin with a person, a reused password, a convincing message or a click on the wrong link. That is why the human layer is part of any serious detection strategy.

Well-trained staff shorten an attacker’s head start. They report the odd email, question the unexpected request and give your hunters cleaner signals to work with. Regular security awareness training and proactive hunting are two halves of the same goal, which is finding trouble early and keeping it small.

You Understand the Risk.
Now See Where You Stand.

Book a 30-minute briefing with one of our analysts, or run the free breach check first to find out what attackers already know about your organisation.

Book a 30-Min Briefing
No sales pitch, just a straight assessment

How eBuilder Security Can Help

Awareness is the first layer. These are the services that turn it into measurable protection.