Network Evidence Collection
Network Evidence Collection
Network evidence provides crucial context about communications and data movement:
Packet Capture:
# Full packet capture
tcpdump -i eth0 -w capture.pcap
# Targeted capture
tcpdump -i eth0 host 192.168.1.100 -w targeted.pcap
NetFlow Collection:
- Provides traffic metadata without full packets
- Lower storage requirements
- Useful for long-term trending
- Tools: nfdump, SiLK, Argus
Log Collection Priority:
- Firewall logs
- IDS/IPS alerts
- Proxy logs
- DNS query logs
- DHCP assignments
- VPN connections
- Wireless access logs