Relieving the manual task of checking the ip reputation
-
Updated
Jun 30, 2024 - Python
Relieving the manual task of checking the ip reputation
A script to that checks for active connections to known malicious foreign IP addresses.
This script reads a list of IP addresses from a CSV file, checks each IP address for malicious activity using the VirusTotal API.
`ExternalIpAnalyzer.ps1` is a PowerShell script that processes ETL (Event Trace Log) files generated by Windows Delivery Optimization to extract external IP addresses and output them into a CSV file.
This Python script utilizes the AbuseIPDB API to check the malicious activity of IP addresses listed in a CSV file.
Add a description, image, and links to the malicious-ip-detection topic page so that developers can more easily learn about it.
To associate your repository with the malicious-ip-detection topic, visit your repo's landing page and select "manage topics."