ImbaPlayer / Meta4

Analyzing Internet Traffic by Domain Name in the Data Plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta4

Analyzing Internet Traffic by Domain Name in the Data Plane

known_domains_v1.txt: known domain list used for Meta4 traffic volume measurement tests
allowed_dns_dst.txt: list of client IP addresses we allow to make DNS requests (in Princeton network)
banned_dns_dst.txt list of client IP addresses making DNS requests that we ignore (in Princeton network)

P4:
netassay_v4_j6.p4: traffic volume measurement version of Meta4
netassay_iot_j6.p4: IoT fingerprinting version of Meta4
netassay_tunnel_j7.p4: DNS tunneling detection version of Meta4
knownlist_v4_j6.py: used for creating match action rules for netassay_v4_j6.p4
knownlist_iot.py: used for creating match action rules for metassay_iot_j6.p4
ctr_p4netassay_tunnel.py: control plane script for netassay_tunnel_j7.p4

Python Simulation:
combined_sim_v1.py: testing simulation for varied memory/stage configurations of Meta4
combined_sim_v2.py: testing simulation for varied parsing/timeout configurations plus a simulation of Meta4 with no limitations.
netassay_python_preprocess.py: used to preprocess pcap files to make them compatible with the simulation scripts.

About

Analyzing Internet Traffic by Domain Name in the Data Plane

License:MIT License


Languages

Language:P4 61.1%Language:Python 38.2%Language:Shell 0.6%