mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-04-27
This commit is contained in:
@ -373,4 +373,23 @@ IP,Categories,ReportDate,Comment
|
||||
54.90.79.112,4,2022-04-27T04:00:37-10:00,"Excessive automated HTTP requests"
|
||||
```
|
||||
|
||||
- An hour or so later two more IPs on Amazon started making requests with that user agent too:
|
||||
- 3.82.22.114
|
||||
- 18.234.122.84
|
||||
- Load on the server went back up, sigh
|
||||
- I added those IPs to the firewall drop list and purged their hits from Solr as well:
|
||||
|
||||
```console
|
||||
$ ./ilri/check-spider-ip-hits.sh -f /tmp/ips.txt -p
|
||||
Purging 2839 hits from 3.82.22.114 in statistics
|
||||
Purging 592 hits from 18.234.122.84 in statistics
|
||||
|
||||
Total number of bot hits purged: 343
|
||||
```
|
||||
|
||||
- Oh god, there are more coming
|
||||
- 3.81.21.251
|
||||
- 54.162.92.93
|
||||
- 54.226.171.89
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user