Main Features
- Bulk searches by supplying space-separated arguments
- Automatic detection of search type based on input
- Support for verbose and csv output modes
- Support for Imphash and Mutex Name searches
Hidden Features
- In the verbose (-v) output mode, "#UNIQUE:" data section is a single line (copy-friendly for deeper searcher)
- Use SONAR searches when dealing with domains that contain special characters (don't break regex)
- Verbose (-v) mode has some magic to it, and shows slightly more information than the CSV mode
Example Usage
./cli_qradio.py
- Show complete help dialog / man page
./cli_qradio.py -v 8.8.8.8
- Search for domains/hashes associated with 8.8.8.8; output verbose
./cli_qradio.py -100 goo-gle.co.biz
- Search for hashes/IPv4s for the given domain; output csv
./cli_qradio.py -201 8.8.8.8
- Search for domains associated with the given IPv4 address
./cli_qradio.py 8.8.4.4 8.8.8.8
- Search for 2 given IPs addresses in 1 runtime