The OTX Scraper is a Bash script designed to fetch URLs associated with a given domain from AlienVault's Open Threat Exchange (OTX) platform. It is particularly useful for cybersecurity professionals and researchers who want to gather intelligence for reconnaissance and vulnerability analysis.
The script utilizes the AlienVault OTX API to query URLs linked to the specified domain and saves the results in a structured format for further analysis.
- Automated Scraping: Fetches URLs associated with a domain in paginated batches.
- Error Handling: Stops gracefully when no more URLs are available.
- Output Management: Saves all results in a timestamped, organized folder structure for easy access.
- Interactive Input: Prompts the user for input with a user-friendly interface.
- Colored Output: Displays informational, error, and success messages with clear color coding for better readability.
- Update Feature: Prompt to the user for latest Version
- Clone This Repository
git clone https://github.com/Suryesh/OTX_AlienVault_URL.git
- Now go to OTX_AlienVault_URL directory
cd OTX_AlienVault_URL
- Give File Executable Permission
chmod +x alien.sh
- Now good to go, run the file
./alien.sh or bash alien.sh
- Choose Option
1
or2
- Output will be saved automatically