mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2021-04-06
This commit is contained in:
@ -299,8 +299,17 @@ $ psql -c 'SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid =
|
||||
4582
|
||||
```
|
||||
|
||||
- I don't know what the hell is going on
|
||||
- While looking at the logs I see that MEL is trying to log into CGSpace's REST API and delete items:
|
||||
- I don't know what the hell is going on, but the PostgreSQL connections and locks are way higher than ever before:
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
- Otherwise, the number of DSpace sessions is completely normal:
|
||||
|
||||

|
||||
|
||||
- While looking at the nginx logs I see that MEL is trying to log into CGSpace's REST API and delete items:
|
||||
|
||||
```console
|
||||
34.209.213.122 - - [06/Apr/2021:03:50:46 +0200] "POST /rest/login HTTP/1.1" 401 727 "-" "MEL"
|
||||
@ -308,6 +317,7 @@ $ psql -c 'SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid =
|
||||
```
|
||||
|
||||
- I see a few of these per day going back several months
|
||||
- I sent a message to Salem and Enrico to ask if they know
|
||||
- Also annoying, I see tons of what look like penetration testing requests from Qualys:
|
||||
|
||||
```console
|
||||
|
Reference in New Issue
Block a user