Tagcode

The BirdFeeder

As I’ve been cutting my teeth in the PWK labs I’ve been working on doing things more efficiently, specifically to save time. I remember reading a chapter of POC|GTFO that specifically mentioned “building your own birdfeeder” that I particularly liked regarding building your own toolset. Some people ask, “why not just find your own tools”?

Continue reading

Domain Reputation Tool

In my first Infosec role, a part of my job was to manage quarantine queues, adding mail domains to any white or black lists based on their reputation.  While I could just go to sites like Virustotal or Senderbase and manually enter the URLs in, that would just take the fun out of it.  The idea of the tool came from me wanting to sharpen my Python skills, and get some experience scraping useful public information on the Internet.  I’ve written pretty simple scripts in the past and wanted to learn more than just the basic provide input–>get output.

Continue reading