Skip to content

lcorcodilos/IOC-Cartographer_TLP-CLEAR

 
 

Repository files navigation

IOC-Cartographer_TLP-CLEAR

Open-source Python script for generating Hilbert-Curve heat maps of IPv4 space as well as domain tree graphs - similar to the command-and-control pattern research published on SarlackLab C2 Tracking. The tool contains two main scripts: IP-Map.py and Domain-Map.py. Both scripts require a file name as their first argument - with that file being a list of IP addresses or domain names (see example-IPs.list and example-Domains.list for examples). The script IP-Map.py accepts a second, optional, argument referred to as "weight". Weight controls the intensity of color in the heatmap and it has a default value of 1.0.

python3 IP-Map.py example-IPs.list 0.5 python3 Domain-Map.py example-Domains.list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%