squidmagic is a tool designed to analyze a web-based network traffic to detect central command and control (C&C) servers and Malicious site, using Squid proxy server and Spamhaus.
Dependencies:
+ Squid3
+ Python 2.7.x
+ sh, termcolor, configparser, dnspython, pyzmq
Usage and install from source:
git clone https://github.com/ch3k1/squidmagic && cd squidmagic pip2 install -r requirements.txt python squidmagic.py -h
Source: https://github.com/ch3k1