{"id":543,"date":"2025-08-18T16:31:49","date_gmt":"2025-08-18T16:31:49","guid":{"rendered":"https:\/\/jawscyber.com\/?p=543"},"modified":"2025-08-18T16:31:50","modified_gmt":"2025-08-18T16:31:50","slug":"threat-hunting-101-turning-data-into-defence","status":"publish","type":"post","link":"https:\/\/jawscyber.com\/?p=543","title":{"rendered":"Threat Hunting 101: Turning Data Into Defence"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is Threat Hunting?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an <strong><em>adversary is already inside the network<\/em><\/strong> and dig through the vast amounts of telemetry to surface suspicious activity that may be a sign of an ongoing attack.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once an attacker has successfully breached a perimeter, in many cases may remain undetected for weeks or months, gathering data and building a foothold that will enable lateral movement. A purely analytic detection engineering driven approach will almost always miss the exceptionally stealthy threats. This is primarily why threat hunting is now seen as an indispensable component of a resilient security posture.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Threat hunting is becoming increasingly important as organisations seek to stay ahead of the latest cyber-threats and respond rapidly to any potential attacks.<\/strong><\/p>\n<cite>Crowdstrike<\/cite><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Threat Hunting Methodologies<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Approach<\/th><th>What it looks like<\/th><th>Why it works<\/th><\/tr><\/thead><tbody><tr><td><strong>Hypothesis Driven<\/strong><\/td><td>Hunters create a testable assumption and search for the appropriate Tactics &amp; Techniques the specific threat actor would have utilised.<\/td><td>Turns intelligence into a concrete, focused search.<\/td><\/tr><tr><td><strong>IOC\/IOA Driven<\/strong><\/td><td>Hunters collect a set of indicators of compromise (hashes, IPs, domains) or indicators of attack (behavioural patterns) from threat intelligence feeds.<\/td><td>Provides a ready made set of \u201cred flags\u201d that can be searched across all telemetry.<\/td><\/tr><tr><td><strong>Advanced Analytics<\/strong><\/td><td>Machine learning or statistical models sift through high volumes of verbose log data, flagging anomalies that deviate from normal behaviour.<\/td><td>Uncovers hidden patterns that human analysts might miss.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">All three approaches rely on the same three pillars: human expertise, a wealth of high quality data, and up to date threat intelligence.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mitre ATT&amp;CK<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">MITRE ATT&amp;CK (Adversarial Tactics, Techniques, &amp; Common Knowledge) is a freely available, evidence\u2011based framework that catalogues how adversaries behave in the real world. It is organised into tactics (the adversary\u2019s goal at a given point) and techniques (the specific actions they take), with many techniques further split into sub\u2011techniques that add nuance.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tactics<\/strong> \u2013 \u201cWhy\u201d the attacker is doing something (e.g., Initial Access, Command and Control, Exfiltration).<\/li>\n\n\n\n<li><strong>Techniques<\/strong> \u2013 \u201cHow\u201d they achieve that goal (e.g., Phishing, Drive-by Compromise).<\/li>\n\n\n\n<li><strong>Sub\u2011techniques<\/strong> \u2013 Refine the technique (e.g., Spearphishing Attachment, ARP Cache Poisoning).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The framework is continually updated by the MITRE organisation, drawing on real incident reports, threat\u2011intel feeds and academic research.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why is ATT&amp;CK Important?<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Benefit<\/th><th>What You Get<\/th><\/tr><\/thead><tbody><tr><td><strong>Common Language<\/strong><\/td><td>Everyone in the security community talks about the same techniques, so playbooks, reports and alerts are instantly understandable.<\/td><\/tr><tr><td><strong>Coverage Map<\/strong><\/td><td>You can see which tactics your environment protects against and where gaps lie.<\/td><\/tr><tr><td><strong>Threat Modeling<\/strong><\/td><td>By mapping known adversary groups to ATT&amp;CK techniques you can predict the methods they will use against your organisation.<\/td><\/tr><tr><td><strong>Automation Friendliness<\/strong><\/td><td>Many SIEM\/EDR\/UEBA products include pre\u2011built queries or rules that reference ATT&amp;CK IDs, making it easier to turn hunting scripts into alerts.<\/td><\/tr><tr><td><strong>Evidence Base<\/strong><\/td><td>Each technique is linked to documented use cases, helping you validate whether a detected behaviour is truly malicious.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Because of these strengths, ATT&amp;CK is often the anchor around which many detection and hunting strategies are built.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Hunt Cycle: Trigger, Investigate, Resolve<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Step<\/th><th>What happens<\/th><th>Typical artefacts<\/th><\/tr><\/thead><tbody><tr><td><strong>Trigger<\/strong><\/td><td>A flag is raised &#8211; either an IOC, a behavioural anomaly, or a hypothesis about a new adversary tactic.<\/td><td>Alert, IOC feed, threat intel brief.<\/td><\/tr><tr><td><strong>Investigation<\/strong><\/td><td>The hunter drills into the telemetry (EDR, SIEM, netflow, UEBA) to understand the activity.<\/td><td>Process trees, memory dumps, file hashes, network artefacts.<\/td><\/tr><tr><td><strong>Resolution<\/strong><\/td><td>Findings are communicated to the response team, and mitigations (blocking, isolation, rule creation) are implemented.<\/td><td>Incident report, playbook update, analytic tuning\/creation.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">During each phase the hunter builds a hypothesis, tests it, records observations, and refines the next step. The cycle is repeated until the activity is labelled benign or fully characterised as malicious.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Defensive Ecosystem: Where Does Hunting Sit?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Threat hunting operates in parallel to the standard incident-detection-response-remediation (IDR) loop. While automated systems scan for known signatures, hunters use queries, automation and intelligence to pull \u201cleads\u201d out of the same data lake. Those leads are then validated by a human analyst and fed back into the IDR pipeline as new alerts, rules or procedural mitigations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Metrics: How to Prove Threat Hunting is Working<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric<\/th><th>What it tells you<\/th><th>Example Target<\/th><\/tr><\/thead><tbody><tr><td><strong>Hunt Count<\/strong><\/td><td>How many investigations are run per X period<\/td><td>1-2 per high\u2011value asset tier (adjusted for risk appetite)<\/td><\/tr><tr><td><strong>Lead-To-Alert Conversion<\/strong><\/td><td>% of leads that become actionable alerts<\/td><td>>\u202f20\u202f% indicates a well crafted hunting playbook<\/td><\/tr><tr><td><strong>Mean Time to Detect (MTTD)<\/strong><\/td><td>Hours from compromise to first detection<\/td><td>&lt;\u202f48\u202fh for critical assets<\/td><\/tr><tr><td><strong>False Positive Rate<\/strong><\/td><td>% of leads that turn out to be benign<\/td><td>&lt;\u202f15\u202f% after 3month refinement<\/td><\/tr><tr><td><strong>Rule Improvement Rate<\/strong><\/td><td>New or refined detection rules per month<\/td><td>&gt;\u202f3 per month signals healthy feedback from hunting<\/td><\/tr><tr><td><strong>Cost per Threat<\/strong><\/td><td>Money spent per confirmed compromise<\/td><td>60% lower than the cost if the incident had gone undetected<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When you finish a hunt, you should share the metrics you collected in the \u201cResolution\u201d section. A clear drop in MTTD or false positive rate demonstrates that the hunt is adding measurable value.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Governance and Continuous Improvement<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Playbook evolution<\/strong> &#8211; After every hunt record lessons learned and update the knowledge base.<\/li>\n\n\n\n<li><strong>Rule Feedback loop<\/strong> &#8211; Use a SOAR or custom scripts to automatically create or tweak detection rules from confirmed leads.<\/li>\n\n\n\n<li><strong>Red Team\/Adversary Simulation<\/strong> &#8211; Quarterly simulated attacks validate hunting coverage.<\/li>\n\n\n\n<li><strong>Skill Sharpening<\/strong> &#8211; Monthly sessions (MITRE ATT&amp;CK deep\u2011dives, memory forensics workshops) keep analysts sharp.<\/li>\n\n\n\n<li><strong>Compliance Mapping<\/strong> &#8211; Align hunts with NIST CSF\/ISO\u202f27001 etc. controls to demonstrate that you are addressing the right security objectives.<\/li>\n\n\n\n<li><strong>Chain of Custody<\/strong> &#8211; Capture evidence, document the evidence\u2011handling process, and keep a record for legal or audit purposes.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This governance loop turns passive detection into an <strong>active <\/strong>investigation culture that continually tightens the security perimeter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing the Loop (From Lead to Remediation)<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Stage<\/th><th>What You Produce<\/th><th>Why It Matters<\/th><\/tr><\/thead><tbody><tr><td><strong>Evidence Capture<\/strong><\/td><td>Snap shots of process trees, memory dumps, file hashes.<\/td><td>Essential for forensics, forensics based rules, and incident validation.<\/td><\/tr><tr><td><strong>Remediation Playbook<\/strong><\/td><td>Immediate isolation, IP\/domain blocking, patching guidance.<\/td><td>Cuts the attacker\u2019s life cycle and reduces MTTD.<\/td><\/tr><tr><td><strong>Post Hunt Report<\/strong><\/td><td>Executive leadership friendly summary, ROI snapshot, roadmap for the next hunt.<\/td><td>Demonstrates tangible business value and guides future hunting focus.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface<\/p>\n<p><a href=\"https:\/\/jawscyber.com\/?p=543\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">Threat Hunting 101: Turning Data Into Defence<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-543","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"JawsCyber\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/jawscyber.com\/?p=543\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"JawsCyber - A Cyber Security Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Threat Hunting 101: Turning Data Into Defence - JawsCyber\" \/>\n\t\t<meta property=\"og:description\" content=\"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/jawscyber.com\/?p=543\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-18T16:31:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-08-18T16:31:50+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Threat Hunting 101: Turning Data Into Defence - JawsCyber\" \/>\n\t\t<meta name=\"twitter:description\" content=\"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#blogposting\",\"name\":\"Threat Hunting 101: Turning Data Into Defence - JawsCyber\",\"headline\":\"Threat Hunting 101: Turning Data Into Defence\",\"author\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/#organization\"},\"datePublished\":\"2025-08-18T16:31:49+00:00\",\"dateModified\":\"2025-08-18T16:31:50+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#webpage\"},\"articleSection\":\"Uncategorized\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jawscyber.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?cat=1#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/jawscyber.com\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#listItem\",\"name\":\"Threat Hunting 101: Turning Data Into Defence\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#listItem\",\"position\":3,\"name\":\"Threat Hunting 101: Turning Data Into Defence\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/#organization\",\"name\":\"jawscyber.com\",\"description\":\"A Cyber Security Blog\",\"url\":\"https:\\\/\\\/jawscyber.com\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/jawscyber.com\\\/?author=1\",\"name\":\"JawsCyber\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/181a365fa91553454037022209b200ee93029068232fed60569440257aea055a?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"JawsCyber\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#webpage\",\"url\":\"https:\\\/\\\/jawscyber.com\\\/?p=543\",\"name\":\"Threat Hunting 101: Turning Data Into Defence - JawsCyber\",\"description\":\"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?p=543#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/?author=1#author\"},\"datePublished\":\"2025-08-18T16:31:49+00:00\",\"dateModified\":\"2025-08-18T16:31:50+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jawscyber.com\\\/#website\",\"url\":\"https:\\\/\\\/jawscyber.com\\\/\",\"name\":\"JawsCyber\",\"description\":\"A Cyber Security Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/jawscyber.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Threat Hunting 101: Turning Data Into Defence - JawsCyber","description":"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be","canonical_url":"https:\/\/jawscyber.com\/?p=543","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/jawscyber.com\/?p=543#blogposting","name":"Threat Hunting 101: Turning Data Into Defence - JawsCyber","headline":"Threat Hunting 101: Turning Data Into Defence","author":{"@id":"https:\/\/jawscyber.com\/?author=1#author"},"publisher":{"@id":"https:\/\/jawscyber.com\/#organization"},"datePublished":"2025-08-18T16:31:49+00:00","dateModified":"2025-08-18T16:31:50+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/jawscyber.com\/?p=543#webpage"},"isPartOf":{"@id":"https:\/\/jawscyber.com\/?p=543#webpage"},"articleSection":"Uncategorized"},{"@type":"BreadcrumbList","@id":"https:\/\/jawscyber.com\/?p=543#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/jawscyber.com#listItem","position":1,"name":"Home","item":"https:\/\/jawscyber.com","nextItem":{"@type":"ListItem","@id":"https:\/\/jawscyber.com\/?cat=1#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/jawscyber.com\/?cat=1#listItem","position":2,"name":"Uncategorized","item":"https:\/\/jawscyber.com\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/jawscyber.com\/?p=543#listItem","name":"Threat Hunting 101: Turning Data Into Defence"},"previousItem":{"@type":"ListItem","@id":"https:\/\/jawscyber.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/jawscyber.com\/?p=543#listItem","position":3,"name":"Threat Hunting 101: Turning Data Into Defence","previousItem":{"@type":"ListItem","@id":"https:\/\/jawscyber.com\/?cat=1#listItem","name":"Uncategorized"}}]},{"@type":"Organization","@id":"https:\/\/jawscyber.com\/#organization","name":"jawscyber.com","description":"A Cyber Security Blog","url":"https:\/\/jawscyber.com\/"},{"@type":"Person","@id":"https:\/\/jawscyber.com\/?author=1#author","url":"https:\/\/jawscyber.com\/?author=1","name":"JawsCyber","image":{"@type":"ImageObject","@id":"https:\/\/jawscyber.com\/?p=543#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/181a365fa91553454037022209b200ee93029068232fed60569440257aea055a?s=96&d=mm&r=g","width":96,"height":96,"caption":"JawsCyber"}},{"@type":"WebPage","@id":"https:\/\/jawscyber.com\/?p=543#webpage","url":"https:\/\/jawscyber.com\/?p=543","name":"Threat Hunting 101: Turning Data Into Defence - JawsCyber","description":"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/jawscyber.com\/#website"},"breadcrumb":{"@id":"https:\/\/jawscyber.com\/?p=543#breadcrumblist"},"author":{"@id":"https:\/\/jawscyber.com\/?author=1#author"},"creator":{"@id":"https:\/\/jawscyber.com\/?author=1#author"},"datePublished":"2025-08-18T16:31:49+00:00","dateModified":"2025-08-18T16:31:50+00:00"},{"@type":"WebSite","@id":"https:\/\/jawscyber.com\/#website","url":"https:\/\/jawscyber.com\/","name":"JawsCyber","description":"A Cyber Security Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/jawscyber.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"JawsCyber - A Cyber Security Blog","og:type":"article","og:title":"Threat Hunting 101: Turning Data Into Defence - JawsCyber","og:description":"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be","og:url":"https:\/\/jawscyber.com\/?p=543","article:published_time":"2025-08-18T16:31:49+00:00","article:modified_time":"2025-08-18T16:31:50+00:00","twitter:card":"summary","twitter:title":"Threat Hunting 101: Turning Data Into Defence - JawsCyber","twitter:description":"What is Threat Hunting? Threat hunting is a proactive, human-driven search for threats that have may have slipped past the typical defences that organisations normally rely on. Hunters start from the assumption that an adversary is already inside the network and dig through the vast amounts of telemetry to surface suspicious activity that may be"},"aioseo_meta_data":{"post_id":"543","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-08-18 15:39:25","updated":"2025-08-18 16:45:59","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/jawscyber.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/jawscyber.com\/?cat=1\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tThreat Hunting 101: Turning Data Into Defence\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/jawscyber.com"},{"label":"Uncategorized","link":"https:\/\/jawscyber.com\/?cat=1"},{"label":"Threat Hunting 101: Turning Data Into Defence","link":"https:\/\/jawscyber.com\/?p=543"}],"_links":{"self":[{"href":"https:\/\/jawscyber.com\/index.php?rest_route=\/wp\/v2\/posts\/543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jawscyber.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jawscyber.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jawscyber.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jawscyber.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=543"}],"version-history":[{"count":24,"href":"https:\/\/jawscyber.com\/index.php?rest_route=\/wp\/v2\/posts\/543\/revisions"}],"predecessor-version":[{"id":567,"href":"https:\/\/jawscyber.com\/index.php?rest_route=\/wp\/v2\/posts\/543\/revisions\/567"}],"wp:attachment":[{"href":"https:\/\/jawscyber.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=543"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jawscyber.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=543"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jawscyber.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}