Episode Details
Back to Episodes
Course 13 - Network Forensics | Episode 4: Log Analysis, SIM Correlation, and Network Attack Signature Detection
Published 5 months, 2 weeks ago
Description
In this lesson, you’ll learn about:
- Log analysis fundamentals and why logging is essential for security visibility
- SIM (Security Information and Event Management) correlation and event analysis
- Network attack signature detection using tools such as Snort and packet capture analysis
- A clear logging strategy
- Structured and normalized log data
- Centralized logging
- Real-time and continuous monitoring
- Long-term storage for historical correlation
- Unsuccessful authentication attempts
- Example: 100 → 10,000 attempts indicates brute-force or dictionary attacks
- Successful authentication attempts
- Example: 1,000 → 20,000 successful logins indicates compromised credentials being reused
- Log storage must be read-only
- Use hashing to ensure logs are not modified
- Use encryption to protect confidentiality
- Large storage capacity is required to retain logs for long-term, low-and-slow attack correlation
- Syslog is the most common centralized log transport and storage method
- Collect and centralize logs from many devices (nodes, routers, switches, appliances)
- Correlate and analyze events
- Provide near real-time security violation alerts
- Reveal attack patterns that individual log sources might not show
- Files (data logs)
- Operating Systems
- Network traffic
- Applications
- Eliminate unnecessary data
- Focus analysts on events of significance
- ICMP ping has a predictable payload (A B C D …)
- TCP three-way handshake (SYN, SYN-ACK, ACK) helps identify typical connections such as FTP (21) or Telnet (23)
- Ping Sweeps
- Echo requests sent to incrementing IP addresses
- Port Scans
- One source IP sending SYN packets to many ports on one host
- Modern scanners use non-sequential methods
- Stealth Scans (used to evade detection)
- ACK scans
- SYN stealth scans
- FIN scans (only FIN flag)
- NULL scans (no flags)
- Christmas (Xmas) Scans
- Flags typically set: FIN, URG, PUSH
- Snort distinguishes traditional Xmas scans from tools like Nmap (which uses only FUP flags)
- Ping of Death – oversized ICMP packets
- SYN Flood – large numbers of ha