AbuseIPDB/README.md

32 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-12-06 18:09:33 +01:00
# AbuseIPDB
2018-12-07 15:39:34 +01:00
* Currently, only the cli version is available, so the script shouldn't be integrable.
2018-12-06 18:13:29 +01:00
## Usage
* Options
```
2018-12-06 18:20:44 +01:00
--api-key=[YOUR KEY]
2018-12-06 18:13:29 +01:00
--verbose [OPTIONAL] - When used, reports will include the comment (if any) and
the reporter's user id number (0 if reported anonymously)
```
2018-12-07 20:58:04 +01:00
## Example
```
2018-12-07 20:59:10 +01:00
cd path/to/AbuseIPDB/abuseip'(cli)'
2018-12-07 20:58:04 +01:00
php abuseip.php --api-key=XXXXXXXXXXXXXXXXXX --verbose
```
2018-12-06 20:20:15 +01:00
# Note
2018-12-06 20:18:12 +01:00
* Comments must be less than 1500 characters. Please only provide relevant information (not entire log dumps). Be sure to remove Personally Identifiable Information (PII) from your comments if you wish to remain anonymous.
2018-12-06 20:19:06 +01:00
* In addition to the monthly rate limit, all accounts are limited to 60 requests per minute.
2018-12-06 18:20:44 +01:00
## API
* Generate API KEY [here](https://www.abuseipdb.com/api.html)
2018-12-06 18:36:29 +01:00
2018-12-06 18:36:14 +01:00
## Screenshots
2018-12-06 18:35:48 +01:00
![alt text](https://github.com/JissatsU/AbuseIPDB/blob/master/test1.jpg)
![alt text](https://github.com/JissatsU/AbuseIPDB/blob/master/test2.jpg)
![alt text](https://github.com/JissatsU/AbuseIPDB/blob/master/test3.jpg)
![alt text](https://github.com/JissatsU/AbuseIPDB/blob/master/test4.jpg)