Skip to content

l0gan/domainCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   _
  ( \                ..-----..__
   \.'.        _.--'`  [   '  ' ```'-._
    `. `'-..-'' `    '  ' '   .  ;   ; `-'''-.,__/|/_
      `'-.;..-''`|'  `.  '.    ;     '  `    '   `'  `,
                 \ '   .    ' .     '   ;   .`   . ' 7 \
                  '.' . '- . \    .`   .`  .   .\     `Y
                    '-.' .   ].  '   ,    '    /'`""';:'
                      /Y   '.] '-._ /    ' _.-'
                      \'\_   ; (`'.'.'  ."/
                       ' )` /  `.'   .-'.'
                        '\  \).'  .-'--"
                          `. `,_'`
                            `.__)  

domainCat

Domain Categorization Checking

Docker:

  1. Save Dockerfile
  2. Build Image
docker build -t domaincat .
  1. Run Container
docker run --rm -it domaincat --help

Requirements

pip3 install bs4
pip3 install requests

Use

Help:

usage: domainCat.py [-h] [--domain DOMAIN] [--service [SERVICE]] [--domain-list DOMAIN_LIST] [--quiet]
                    [--expired_domain] [--filters FILTERS] [--set_cat] [--output OUTPUT]

Domain Categorization Checking

optional arguments:
  -h, --help            show this help message and exit
  --domain DOMAIN, -d DOMAIN
                        Domain name to lookup
  --service [SERVICE], -s [SERVICE]
                        Service to check Categorization against (Defaults to ALL) (a (ALL), b (Bluecoat), f
                        (Fortiguard), i (IBM xForce), m (McAfee TrustedForce), w (WebSense), g (Google
                        SafeBrowsing), p (PhishTank), c (Cisco Talos))
  --domain-list DOMAIN_LIST, -l DOMAIN_LIST
                        List of domains
  --quiet, -q           Suppress domainCat logo
  --expired_domain, -e  Check category on top domains on expireddomains.net (use with -f)
  --filters FILTERS, -f FILTERS
                        Domain Keyword to search on expireddomains.net
  --set_cat             Show how to set categorization for each service.
  --output OUTPUT, -o OUTPUT
                        Output file as CSV

Running:

python3 domainCat.py --domain example.com

   _
  ( \                ..-----..__
   \.'.        _.--'`  [   '  ' ```'-._
    `. `'-..-'' `    '  ' '   .  ;   ; `-'''-.,__/|/_
      `'-.;..-''`|'  `.  '.    ;     '  `    '   `'  `,
                 \ '   .    ' .     '   ;   .`   . ' 7 \
                  '.' . '- . \    .`   .`  .   .\     `Y
                    '-.' .   ].  '   ,    '    /'`""';:'
                      /Y   '.] '-._ /    ' _.-'
                      \'\_   ; (`'.'.'  ."/
                       ' )` /  `.'   .-'.'
                        '\  \).'  .-'--"
                          `. `,_'`
                            `.__)  
     domainCat - Domain Categorization Discovery at it's finest
     written by: l0gan
[*] Targeting Bluecoat WebPulse
[*] Checking category for example.com
[!] Site categorized as: Technology/Internet
[*] Targeting Fortiguard
[*] Checking category for example.com
[!] Site categorized as: Information Technology
[*] Targeting IBM Xforce
[*] IBM xForce Check: example.com
[!] Site categorized as: 
[*] Targeting McAfee Trustedsource
[-] Getting anti-automation tokens
[*] Checking category for example.com
[!] Site categorized as: - Technical Information
[*] Targeting Websense
[-] Checking if you have any requests for the day.
[-] You have 2 requests left for the day.
[*] Checking category for example.com
[!] Site categorized as: Information Technology
[*] Targeting Cisco Talos
[*] Checking category for example.com
[!] Site categorized as: Reference

Roadmap

  • Add in support for Google Safebrowsing, PhishTank

Some code borrowed from these awesome projects:

Domain Hunter: https://github.com/threatexpress/domainhunter

CatMyPhish: https://github.com/Mr-Un1k0d3r/CatMyFish

Chameleon: https://github.com/mdsecactivebreach/Chameleon

About

Check Domain Categorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages