This web app allows users to check the reputation of IP addresses and domains using the VirusTotal API.
- Check the reputation of multiple IP addresses or domains at once.
- Display the results indicating whether the IP/domain is malicious or not.
- User-friendly interface with input fields and buttons.
- Clone the repository:
git clone https://github.com/your-username/your-repo.git
- Navigate to the project directory:
cd reputation-checker
- Install the required dependencies:
pip install -r requirements.txt
- Obtain a VirusTotal API Key:
- Sign up for a VirusTotal account if you don't have one.
- Create a new API key in your account settings.
- paste 'YOUR_VT_API_KEY' in webapp side-bar with your actual API key.
- Run the streamlit App:
streamlit run app.py
- Streamlit: Python library for creating web applications with minimal effort.
- VirusTotal API: Used to retrieve reputation information for IPs and domains.
This project was created as part of reducing the task of checking multiple IPs and Domains
I have deployed the app using a share.streamlit.io, to access the web app directly. Kindly visit: My App