Bulk IP Reporting
Report multiple malicious IP addresses at once with our bulk upload tool
Upload Report File
File Format Requirements
CSV Format
Your CSV file should include the following columns:
ip_address,category,severity,descriptionExample:
ip_address,category,severity,description 192.168.1.1,hacking,high,Brute force attack detected 10.0.0.1,spam,medium,Email spam activity 172.16.0.1,ddos,critical,DDoS attack source
JSON Format
Your JSON file should be an array of report objects:
[
{
"ip": "192.168.1.1",
"category": "hacking",
"severity": "high",
"description": "Brute force attack detected"
},
{
"ip": "10.0.0.1",
"category": "spam",
"severity": "medium",
"description": "Email spam activity"
}
]Field Descriptions
ip_address
Required. The IP address to report (IPv4 or IPv6)
category
Required. One of: hacking, spam, ddos, port-scanning, brute-force, malware, phishing, fraud, other
severity
Required. One of: low, medium, high, critical
description
Required. Detailed description of the malicious activity (max 500 characters)
Download Templates
Use our pre-formatted templates to ensure your bulk reports are properly structured.
Important Guidelines
- Maximum 1,000 IPs per upload
- All reports are reviewed before publication
- Duplicate entries will be automatically merged
- False reports may result in account suspension
- Processing typically takes 5-10 minutes