Mazey is an early-stage CLI reconnaissance tool for threat triage. It takes inbound noise such as automated scans, bots, misconfigured devices and enriches them using various threat intelligence API's like Virus Total, Shodan, etc...
Mazey is named in tribute to my cat. This is a personal project with long-term goals! 🐈
- Go (Golang) for the CLI application
- go-fuzzyfinder for interactive selection in the terminal
- Various threat intelligence APIs for data enrichment (e.g., Virus Total, Shodan)
mazey <COMMAND> <ARGUMENT>blacklist [COUNT]Shows a list of IP addresses using thego-fuzzyfinderlibrary to allow the user to select an IP from the listipreport <IP_ADDRESS>Show a report for a specific IP addressfilereport <FILE_HASH>Show a report for a specific file hash
VT_API_KEY=<API_KEY>
SHODAN_API_KEY=<API_KEY>