- Repo of my various Python Scripts that can be used for CTI
- https://realpython.com/beautiful-soup-web-scraper-python/
- https://medium.com/geekculture/web-scraping-tables-in-python-using-beautiful-soup-8bbc31c5803e
- Retrieves HTML of a specific URL
- User provides
URL
- Retrieves a specific HTML element by its ID
- User provides
URL
andElement_ID
- Retrieves Table Data from HTML of Open Directory Sites
- User provides
URL
andCSV FileName
- User can use
-h
to learn how to use the script
- Retrieves the Reputation and Details of an IP address on VirusTotal via the API
- User provides the
IP Address
- User provides the VirusTotal
API_KEY
- Retrieves the Reputation and Details of multiple IP addresses in bulk on VirusTotal via the API
- User provides a
TXT file
ofIP Addresses
- User specifies the
CSV file
for theLookup Output
- User provides the VirusTotal
API_KEY