├── README.md ├── apache_access_log.py ├── dnsmasq_parse.py ├── do_dynamic_ip.py ├── domains.txt ├── export_ec2_secgroups.py ├── firstnames.txt ├── lastnames.txt ├── ostrich.py ├── passwords.txt ├── phish_blast.py ├── ping_trend.py ├── texttable.py ├── threat_intel_feed.json └── useragents.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/README.md -------------------------------------------------------------------------------- /apache_access_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/apache_access_log.py -------------------------------------------------------------------------------- /dnsmasq_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/dnsmasq_parse.py -------------------------------------------------------------------------------- /do_dynamic_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/do_dynamic_ip.py -------------------------------------------------------------------------------- /domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/domains.txt -------------------------------------------------------------------------------- /export_ec2_secgroups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/export_ec2_secgroups.py -------------------------------------------------------------------------------- /firstnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/firstnames.txt -------------------------------------------------------------------------------- /lastnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/lastnames.txt -------------------------------------------------------------------------------- /ostrich.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/ostrich.py -------------------------------------------------------------------------------- /passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/passwords.txt -------------------------------------------------------------------------------- /phish_blast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/phish_blast.py -------------------------------------------------------------------------------- /ping_trend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/ping_trend.py -------------------------------------------------------------------------------- /texttable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/texttable.py -------------------------------------------------------------------------------- /threat_intel_feed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/threat_intel_feed.json -------------------------------------------------------------------------------- /useragents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/blue/HEAD/useragents.txt --------------------------------------------------------------------------------