Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.2 KB

TinyLab.md

File metadata and controls

38 lines (31 loc) · 1.2 KB

LAB Overview

Lab

DNS Testing

in the lab we raised a DNS Server (NS1) that respond to

  • 53 UDP
  • 53 TCP
  • 443 TCP / DoH
  • 853 TCP / DoT

Client for testing:

  • Dig - testing 53 tcp/udp
  • DoH - use dig
  • DoT - use kdig

Arikme - L7 Visability

In Addition we raised Akime Server that get's pacap files and visualize the traffic:

Home page

Data Capture and display

  1. on the host - create pipe mkfifo /home/me/docker/datadump/ns1-pipe.tcpdump
  2. on the host tcpdump only ns1 docker tcpdump -i docker0 -w - host 172.18.0.2 > /home/me/docker/datadump/ns1-pipe.tcpdump
  3. on the arkime docker process from the file pipe docker-compose exec -it arkime /opt/arkime/bin/capture --copy -r /data/pcap/ns1-pipe.tcpdump

all done in containers on k8s-n1 docker host 10.10.12.211

Additinal stuff / ElastiFlow - L4 Visability

PFSense / Firewall sends IPFIX / Netflow to collector Using ElastiFlow to analyze L4 headers