mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-26 04:35:52 +03:00
[GH-ISSUE #4] [FEATURE] VirusTotal IP address scan #4
Labels
No labels
bug
bug
clamav
crowdsec
documentation
enhancement
enhancement
enhancement
pull-request
question
virustotal
virustotal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bunkerweb-plugins#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fl0ppy-d1sk on GitHub (May 6, 2022).
Original GitHub issue: https://github.com/bunkerity/bunkerweb-plugins/issues/4
Plugin(s)
VirusTotal
What's needed and why ?
In addition to files, VirusTotal can also "scan" IP addresses (sample report : https://www.virustotal.com/gui/ip-address/1.2.3.4). We can use it to deny access if the IP of a client is detected as malicious by some vendors.
The following settings can be implemented :
SCAN_IP_ADDRESS=yes/no: enable/disable scan of IP addressIP_MALICIOUS_COUNT: Minimum number of "malicious" detections to consider the IP as rogue.IP_SUSPICIOUS_COUNT: Minimum number of "suspicious" detections to consider the IP as rogue.Implementations ideas (optional)
https://developers.virustotal.com/reference/ip-info