/reputaion-checker

this webapp is used to check the reputations of IOCs using virus total

Primary LanguagePython

Reputation Checker Web App

Web App Screenshot

This web app allows users to check the reputation of IP addresses and domains using the VirusTotal API.

Features

  • 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.

How to Use

  1. Clone the repository:
   git clone https://github.com/your-username/your-repo.git
  1. Navigate to the project directory:
cd reputation-checker
  1. Install the required dependencies:
pip install -r requirements.txt
  1. 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.
  1. Run the streamlit App:
streamlit run app.py

Technologies Used

  • Streamlit: Python library for creating web applications with minimal effort.
  • VirusTotal API: Used to retrieve reputation information for IPs and domains.

Acknowledgments

This project was created as part of reducing the task of checking multiple IPs and Domains

Deploy:

I have deployed the app using a share.streamlit.io, to access the web app directly. Kindly visit: My App