Skip to content

Python script to monitor and log all DNS queries on a system. Can be used to collect DNS requests from a system during dynamic malware analysis.

Notifications You must be signed in to change notification settings

pratinavchandra/dnsmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

dnsmon

Python script to monitor and log all DNS queries on a system.

Can be used to collect DNS requests from a system during dynamic malware analysis.

Install Scapy

pip install scapy

Run as root to capture traffic

sudo python3 dnsmon.py

About

Python script to monitor and log all DNS queries on a system. Can be used to collect DNS requests from a system during dynamic malware analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages