LOG ANALYSIS & THREAT HUNTING
NETWORK SECURITY — INCIDENT RECONSTRUCTION
WINDOWS EVENTS · SYSMON · WEB LOGS · DNS · TIMELINE
Loading log sources from WKSTN-016 and WEB-01...

OBJECTIVES

Find the initial access in the web log
Identify the webshell process (Sysmon)
Find the privilege escalation event
Detect credential dumping (lsass)
Trace lateral movement
Identify the C2 beacon in DNS logs
Build a complete attack timeline
Submit the IR report
📜
Log Viewer
⏱️
Timeline
🔎
Hunt Queries
📖
Reference
📝
Notepad
📋
IR Report
LOG HUNT LAB
Log Viewer
Timeline
Hunt Queries
Reference
Notepad
IR Report
--:--:--
PHASE 1 — LOG ANALYSIS
MISSION BRIEF
NETWORK SECURITY — THREAT HUNTING

LOG ANALYSIS & THREAT HUNTING

HOSTS: WEB-01 (10.10.16.10), WKSTN-016 (10.10.14.22)

SCENARIO

The EDR has flagged anomalous activity on WEB-01 and WKSTN-016. You have been given four log sources. Hunt through them, reconstruct the attack timeline, and document the full incident chain from initial access to lateral movement.

LOG SOURCES

SourceHostCoverage
Windows EventsWKSTN-016Logons, privilege use, process
SysmonWEB-01Process tree, network, files
Apache Access LogWEB-01HTTP requests to web server
DNS Log10.10.14.1All DNS queries on network

METHODOLOGY

  • Use the Log Viewer — switch between log sources with the tabs
  • Click any log entry to see its full detail
  • Click Add to Timeline on key events to build your attack chain
  • Use Hunt Queries to run targeted searches across logs
  • Complete the Timeline then write up the IR Report

KEY EVENT IDs TO HUNT

EventMeaning
4624Successful logon
4625Failed logon
4672Special privileges at logon
4688Process creation
Sysmon 1Process creation (with hash)
Sysmon 3Network connection
Sysmon 10Process access (lsass)
Sysmon 11File create
LOG VIEWER — Multi-Source Analysis
Apache Log
Sysmon
Win Events
DNS Log
— entries
Time | Level | Source | Message
Click a log entry to inspect it
ATTACK TIMELINE — BUILD YOUR CHAIN
RECONSTRUCTED ATTACK TIMELINE
0 events added
Add events from the Log Viewer to build your timeline. Click a log entry then click "Add to Timeline".
HUNT QUERIES — KQL / GREP
lsass access
cmd.exe from apache
lateral move logons
DNS beacon pattern
privilege escalation
webshell upload
user creation
encoded powershell
Select a preset query or type your own to hunt across all log sources...
REFERENCE — THREAT HUNTING
MITRE ATT&CK TECHNIQUES
Initial Access T1190 — Exploit public-facing application (web server)

Execution T1059 — Command and scripting interpreter (cmd.exe, PowerShell)

Persistence T1505.003 — Web shell

Privilege Escalation T1055 — Process injection

Credential Access T1003.001 — OS Credential Dumping: LSASS Memory

Lateral Movement T1021.002 — Remote Services: SMB/Windows Admin Shares

Command & Control T1071.004 — DNS beaconing
WEBSHELL INDICATORS
Sysmon Event ID 1 — web server process (apache.exe, w3wp.exe) spawning cmd.exe or powershell.exe
Suspicious POST requests to .php files
New file creation in web root directory
Outbound network connections from web server process
LSASS DUMP INDICATORS
Sysmon Event ID 10 — process accessing lsass.exe (GrantedAccess: 0x1010 or 0x1410)
Known tools: mimikatz, procdump, comsvcs.dll
Unexpected process accessing lsass — any non-system process is suspicious
DNS BEACONING
Regular interval queries to external domains (every 60s, 300s)
Long or encoded subdomain labels (Base64, hex)
NXDomain responses with encoded data
Single domain queried exclusively by one internal host
LATERAL MOVEMENT
Windows Event 4624 Type 3 (Network) with NTLM from a workstation to another internal host
Rapid sequential logon attempts across multiple hosts
Use of admin shares (C$, ADMIN$, IPC$)
NOTEPAD
INCIDENT RESPONSE REPORT
ATTACK RECONSTRUCTION
Score: 0 / 8