Add notes for 2022-04-27

This commit is contained in:
2022-04-28 08:49:31 +03:00
parent 5cfe954a53
commit cf8f13d09c
28 changed files with 77 additions and 34 deletions

View File

@ -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: -->