{"id":130805,"date":"2026-07-06T11:57:49","date_gmt":"2026-07-06T03:57:49","guid":{"rendered":"https:\/\/version-2.com\/?p=130805"},"modified":"2026-07-06T12:00:01","modified_gmt":"2026-07-06T04:00:01","slug":"detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework","status":"publish","type":"post","link":"https:\/\/version-2.com\/zh\/2026\/07\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\/","title":{"rendered":"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"130805\" class=\"elementor elementor-130805\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-534888b post-content elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"534888b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;80510b6&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40115d5\" data-id=\"40115d5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ca14f89 elementor-widget elementor-widget-text-editor\" data-id=\"ca14f89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<header><h3>Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework<\/h3><p>A Technical Guide to Identifying Malicious Pivots, Abused Administrative Protocols, and Incident Triaging Workflows via Passive Network Detection and Response (NDR)<\/p><\/header><div class=\"executive-summary\"><strong>Strategic Threat Briefing:<\/strong> Lateral movement represents one of the most critical execution phases of an internal breach. Unlike external exploitation vectors, an adversary navigating your internal network rarely introduces custom malicious tooling; instead, they hijack legitimate, built-in administrative services to blend into normal baseline traffic. This framework details how to leverage passive, agentless network-level telemetry\u2014such as GREYCORTEX Mendel\u2014to expose unauthorized pivots, differentiate malicious commands from routine IT administration, and map structural attack chains in real time.<\/div><div>\u00a0<\/div><section><h2>The Illusion of Administrative Normalcy<\/h2><p>The core challenge in isolating lateral movement lies in the nature of the protocols involved. Services like SMB, RDP, and PSExec form the operational foundation of daily Windows enterprise infrastructure. Because these channels are ubiquitous, threat actors deliberately weaponize them to map internal subnets, locate high-value active directories, and exfiltrate staging assets without triggering traditional perimeter defense alarms.<\/p><p>To expose these hidden threat layers, security analysts must shift focus from single file-scanning controls to comprehensive network metadata analysis, checking what occurred before a connection was established and tracking where a host pivoted immediately afterward.<\/p><\/section><h2>\u00a0<\/h2><h2>Analyzing the Four Primary Protocol Vectors of Lateral Movement<\/h2><p>Adversaries favor native operating system tools because they guarantee execution while bypassing traditional software blocklists. Security teams must monitor four common protocol architectures for signs of operational abuse:<\/p><h3>1. SMB and Windows Administrative Shares (ADMIN$)<\/h3><p>Server Message Block (SMB) handles standard file distribution and printer mapping across Windows networks. However, its built-in administrative shares\u2014specifically <code>ADMIN$<\/code>, which exposes the remote host&#8217;s system root directory\u2014present a major exploitation risk. Gaining access to this share allows an attacker to drop binaries, stage execution scripts, and move tools laterally across the environment.<\/p><div class=\"insight-card\"><h3>Network Traffic Detection Indicators<\/h3><p>Passive NDR engines monitor the application layer of an SMB session to track three critical variables: the active SMB protocol version, the explicit share paths being called, and associated file write\/read metrics. While a routine administrator connection rarely triggers unexpected application binaries, an adversarial pivot frequently pairs share access with immediate tool compilation. For instance, detecting an active <code>ADMIN$<\/code> session immediately followed by a file operation involving unapproved execution layers (such as a local <code>python.exe<\/code> deployment) serves as a high-fidelity indicator of compromise.<\/p><h4>Investigation Checklist<\/h4><ul><li><strong>Initiator Verification:<\/strong> Correlate the source IP address against authorized administrative jump hosts and active change management logs.<\/li><li><strong>Post-Access Triggers:<\/strong> Audit the connection payload to check whether the share access was immediately followed by binary file drops or unauthorized script staging.<\/li><\/ul><\/div><h3>2. PSExec Service Spawning<\/h3><p>PSExec is a lightweight, command-line remote administration utility from the Microsoft Sysinternals suite. It allows IT teams to execute commands on remote endpoints without initializing a full interactive desktop session. Attackers leverage this exact capability to achieve remote shell execution across target subnets.<\/p><div class=\"insight-card\"><h3>Network Traffic Detection Indicators<\/h3><p>PSExec leaves a distinct signature in network traffic due to its underlying mechanics. Every execution begins by establishing a connection over SMB port 445 to the target&#8217;s <code>IPC$<\/code> share, followed immediately by installing and starting a temporary Windows service named <code>PSEXESVC<\/code>. Because this traffic is transmitted in clear text over the wire, an NDR platform can read the exact command string passed to the remote host, providing direct evidence of adversarial intent.<\/p><h4>Investigation Checklist<\/h4><ul><li><strong>Operator Authentication:<\/strong> Flag any instances of <code>PSEXESVC<\/code> initialization executing outside standard operational maintenance hours or on endpoints with no historical record of remote administration.<\/li><li><strong>Command String Extraction:<\/strong> Inspect the parsed application metadata to analyze the exact command string executed by the service, prioritizing any obfuscated strings or unmapped binary calls.<\/li><\/ul><\/div><h3>3. Remote Desktop Protocol (RDP) Sessions<\/h3><p>Remote Desktop Protocol (RDP) provides full graphical interface access to remote target machines. If an adversary harvests valid corporate credentials via phishing or local credential dumping, they can initialize an authenticated RDP session to interact directly with internal file networks, bypassing endpoint malware detection layers.<\/p><div class=\"insight-card\"><h3>Network Traffic Detection Indicators<\/h3><p>Because RDP session traffic is encrypted natively, security analysts cannot directly inspect in-session keystrokes or file actions from network flows alone. Investigation must therefore pivot to analyzing connection metadata, tracking variables like source-destination IP pairs, session durations, and geographic origin indicators.<\/p><p>Session duration metadata provides deeper insights than most analysts realize. While a brief internal RDP session might appear benign, it must be evaluated alongside the prior activity baseline of the initiating host. If that host demonstrated anomalous system queries or unmapped database access immediately before opening the RDP session, the connection is likely part of a lateral chain. Analysts can leverage peer graphing to trace every internal endpoint the host interacted with immediately after the session ended to define the complete blast radius.<\/p><h4>Investigation Checklist<\/h4><ul><li><strong>Pre-Session Host Baseline:<\/strong> Analyze the historical activity of the source device to determine if unusual communication trends or scanning behavior preceded the session.<\/li><li><strong>Downstream Peer Graphing:<\/strong> Leverage network peer graphing to map out and audit every subsequent internal connection initialized by the target host after the RDP session closed.<\/li><\/ul><\/div><h3>4. LLMNR Poisoning (Link-Local Multicast Name Resolution)<\/h3><p>Link-Local Multicast Name Resolution (LLMNR) serves as a fallback name resolution protocol when standard DNS queries fail. When a Windows endpoint cannot locate a target hostname via DNS, it broadcasts a multicast packet across the local network segment asking if any peer knows the address, allowing any device on the subnet to respond.<\/p><div class=\"insight-card\"><h3>Network Traffic Detection Indicators<\/h3><p>An attacker can exploit this behavior by running tools like <em>Responder<\/em> to listen for these multicast queries on UDP port 5355. The attacking device sends a spoofed unicast response claiming to be the target host, forcing the victim machine to attempt authentication and transmit its NTLM credential hash over the wire. A legitimate LLMNR exchange occurs exclusively between a client and a valid asset holder; detecting a unicast response originating from an unexpected IP address with no prior communication history indicates an active poisoning attempt.<\/p><h4>Investigation Checklist<\/h4><ul><li><strong>Responder Validation:<\/strong> Compare the IP address of the unicast responder against the authoritative hostname registry, and flag any nodes attempting to answer queries for unmapped domains.<\/li><\/ul><\/div><h2>\u00a0<\/h2><h2>Unifying Parallel Detection Methodologies<\/h2><p>Isolating sophisticated lateral movement requires running multiple, complementary analytics engines simultaneously to eliminate individual visibility blind spots:<\/p><table><thead><tr><th>Detection Vector<\/th><th>Core Analytical Focus<\/th><th>Lateral Movement Insight Contribution<\/th><\/tr><\/thead><tbody><tr><td><strong>Network Behavior Analysis (NBA)<\/strong><\/td><td>Establishes a dynamic baseline of traffic volumes, connection durations, and peer pairings.<\/td><td>Flags structural anomalies, such as a workstation suddenly initiating unmapped connections to high-value database segments.<\/td><\/tr><tr><td><strong>Intrusion Detection System (IDS)<\/strong><\/td><td>Applies deterministic signature matching against known threat actor methodologies.<\/td><td>Instantly identifies specific exploit strings and known post-exploitation framework patterns, regardless of baseline trends.<\/td><\/tr><tr><td><strong>Log Correlation &amp; Processing<\/strong><\/td><td>Aggregates application and event logs from endpoints, directories, and internal services.<\/td><td>Enriches network flow metrics with explicit system details, including Windows Event IDs and active process creations.<\/td><\/tr><\/tbody><\/table><p>When these detection layers operate in tandem within a unified NDR console, disjointed alerts turn into a clear attack timeline. For example, if an IDS signature flags an anomalous <code>ADMIN$<\/code> connection while the behavior analysis engine simultaneously logs an unusual surge in internal peer links from that same device, analysts are no longer looking at random noise\u2014they are tracking an active compromise chain.<\/p><h2>\u00a0<\/h2><h2>From Real-Time Triage to Retrospective Forensics<\/h2><p>Lateral movement is a progressive sequence that unfolds across multiple protocols, devices, and subnets over time. Because threat actors use standard administrative tools to blend in, catching them requires deep, continuous network visibility to map out both pre-alert behaviors and downstream activities.<\/p><p>This visibility remains valuable long after an active incident is contained. Maintaining a long-term network metadata repository allows security teams to run retrospective analysis months after an event. This historical record ensures your enterprise can confidently execute deep threat hunting exercises, satisfy regulatory compliance audits, and verify the absolute closure of a breach.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead54a5 elementor-widget elementor-widget-shortcode\" data-id=\"ead54a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"18179\" class=\"elementor elementor-18179\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748947f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"748947f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7995c19\" data-id=\"7995c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ff2a228 elementor-widget elementor-widget-text-editor\" data-id=\"ff2a228\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><\/p>\n<p class=\"wp-block-paragraph\"><strong>About GREYCORTEX<br \/><\/strong>GREYCORTEX uses advanced artificial intelligence, machine learning, and data mining methods to help organizations make their IT operations secure and reliable.<\/p>\n<p>MENDEL, GREYCORTEX\u2019s network traffic analysis solution, helps corporations, governments, and the critical infrastructure sector protect their futures by detecting cyber threats to sensitive data, networks, trade secrets, and reputations, which other network security products miss.<\/p>\n<p>MENDEL is based on 10 years of extensive academic research and is designed using the same technology which was successful in four US-based NIST Challenges.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div data-elementor-type=\"page\" data-elementor-id=\"18103\" class=\"elementor elementor-18103\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748947f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"748947f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7995c19\" data-id=\"7995c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a437045 elementor-widget elementor-widget-image-box\" data-id=\"a437045\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">About Version 2 Digital<\/h3><p class=\"elementor-image-box-description\">Version 2 Digital is one of the most dynamic IT companies in Asia. The company distributes a wide range of IT products across various areas including cyber security, cloud, data protection, end points, infrastructures, system monitoring, storage, networking, business productivity and communication products.\n<br><br>\nThrough an extensive network of channels, point of sales, resellers, and partnership companies, Version 2 offers quality products and services which are highly acclaimed in the market. Its customers cover a wide spectrum which include Global 1000 enterprises, regional listed companies, different vertical industries, public utilities, Government, a vast number of successful SMEs, and consumers in various Asian cities.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Detecting and Investigating Lateral Movement: A Network [&hellip;]<\/p>\n","protected":false},"author":149011790,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1342,24,61],"tags":[1341,23,435],"class_list":["post-130805","post","type-post","status-publish","format-standard","hentry","category-year2026","category-greycortex","category-press-release","tag-1341","tag-greycortex","tag-mendel"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework - Version 2<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework - Version 2\" \/>\n<meta property=\"og:description\" content=\"Detecting and Investigating Lateral Movement: A Network [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic\" \/>\n<meta property=\"og:site_name\" content=\"Version 2\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-06T03:57:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T04:00:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/version-2.com\/wp-content\/uploads\/2020\/04\/blog-v2-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"70\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"tracylamv2\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"tracylamv2\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9810\u8a08\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.greycortex.com\\\/blog\\\/how-detect-and-investigate-lateral-movement-network-traffic#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2026\\\/07\\\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\\\/\"},\"author\":{\"name\":\"tracylamv2\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/011bc7c3731c930bcfeecd52fefb6365\"},\"headline\":\"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework\",\"datePublished\":\"2026-07-06T03:57:49+00:00\",\"dateModified\":\"2026-07-06T04:00:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2026\\\/07\\\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\\\/\"},\"wordCount\":1306,\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"keywords\":[\"2026\",\"Greycortex\",\"MENDEL\"],\"articleSection\":[\"2026\",\"Greycortex\",\"Press Release\"],\"inLanguage\":\"zh-HK\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/version-2.com\\\/2026\\\/07\\\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\\\/\",\"url\":\"https:\\\/\\\/www.greycortex.com\\\/blog\\\/how-detect-and-investigate-lateral-movement-network-traffic\",\"name\":\"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework - Version 2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\"},\"datePublished\":\"2026-07-06T03:57:49+00:00\",\"dateModified\":\"2026-07-06T04:00:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.greycortex.com\\\/blog\\\/how-detect-and-investigate-lateral-movement-network-traffic#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.greycortex.com\\\/blog\\\/how-detect-and-investigate-lateral-movement-network-traffic\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.greycortex.com\\\/blog\\\/how-detect-and-investigate-lateral-movement-network-traffic#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/version-2.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"name\":\"Version 2\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/version-2.com\\\/zh\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\",\"name\":\"Version 2\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"width\":1795,\"height\":335,\"caption\":\"Version 2\"},\"image\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/011bc7c3731c930bcfeecd52fefb6365\",\"name\":\"tracylamv2\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g\",\"caption\":\"tracylamv2\"},\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/author\\\/tracylamv2\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework - Version 2","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic","og_locale":"zh_HK","og_type":"article","og_title":"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework - Version 2","og_description":"Detecting and Investigating Lateral Movement: A Network [&hellip;]","og_url":"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic","og_site_name":"Version 2","article_published_time":"2026-07-06T03:57:49+00:00","article_modified_time":"2026-07-06T04:00:01+00:00","og_image":[{"width":250,"height":70,"url":"https:\/\/version-2.com\/wp-content\/uploads\/2020\/04\/blog-v2-logo.jpg","type":"image\/jpeg"}],"author":"tracylamv2","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"tracylamv2","\u9810\u8a08\u95b1\u8b80\u6642\u9593":"7 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic#article","isPartOf":{"@id":"https:\/\/version-2.com\/2026\/07\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\/"},"author":{"name":"tracylamv2","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/011bc7c3731c930bcfeecd52fefb6365"},"headline":"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework","datePublished":"2026-07-06T03:57:49+00:00","dateModified":"2026-07-06T04:00:01+00:00","mainEntityOfPage":{"@id":"https:\/\/version-2.com\/2026\/07\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\/"},"wordCount":1306,"publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"keywords":["2026","Greycortex","MENDEL"],"articleSection":["2026","Greycortex","Press Release"],"inLanguage":"zh-HK"},{"@type":"WebPage","@id":"https:\/\/version-2.com\/2026\/07\/detecting-and-investigating-lateral-movement-a-network-traffic-analysis-framework\/","url":"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic","name":"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework - Version 2","isPartOf":{"@id":"https:\/\/version-2.com\/zh\/#website"},"datePublished":"2026-07-06T03:57:49+00:00","dateModified":"2026-07-06T04:00:01+00:00","breadcrumb":{"@id":"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.greycortex.com\/blog\/how-detect-and-investigate-lateral-movement-network-traffic#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/version-2.com\/"},{"@type":"ListItem","position":2,"name":"Detecting and Investigating Lateral Movement: A Network Traffic Analysis Framework"}]},{"@type":"WebSite","@id":"https:\/\/version-2.com\/zh\/#website","url":"https:\/\/version-2.com\/zh\/","name":"Version 2","description":"","publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/version-2.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/version-2.com\/zh\/#organization","name":"Version 2","url":"https:\/\/version-2.com\/zh\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","contentUrl":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","width":1795,"height":335,"caption":"Version 2"},"image":{"@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/011bc7c3731c930bcfeecd52fefb6365","name":"tracylamv2","image":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/secure.gravatar.com\/avatar\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g","caption":"tracylamv2"},"url":"https:\/\/version-2.com\/zh\/author\/tracylamv2\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pbQRKm-y1L","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts\/130805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/users\/149011790"}],"replies":[{"embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/comments?post=130805"}],"version-history":[{"count":7,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts\/130805\/revisions"}],"predecessor-version":[{"id":131800,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts\/130805\/revisions\/131800"}],"wp:attachment":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/media?parent=130805"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/categories?post=130805"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/tags?post=130805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}