Hello!
I think this looks like attempts to execute some scripts known for vulnerabilities to get an access to the server (this is always the same IP address trying all these GETs during 2 seconds):
Is there anything to do? (Maybe yes, but not with pf?)
I think this looks like attempts to execute some scripts known for vulnerabilities to get an access to the server (this is always the same IP address trying all these GETs during 2 seconds):
Code:
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET / HTTP/1.1" 200 147 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /script HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /jenkins/script HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /hudson/script HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /login HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /jenkins/login HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /hudson/login HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /jmx-console HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:45 +0100] "GET /manager/html HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /msd HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /mySqlDumper HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /msd1.24stable HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /msd1.24.4 HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /mysqldumper HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /MySQLDumper HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /mysql HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /sql HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /phpmyadmin HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /phpMyAdmin HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /mysql HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /sql HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /myadmin HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /phpMyAdmin-4.2.1-all-languages HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /phpMyAdmin-4.2.1-english HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET / HTTP/1.1" 200 147 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /sqlite/main.php HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:46 +0100] "GET /SQLite/SQLiteManager-1.2.4/main.php HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:47 +0100] "GET /SQLiteManager-1.2.4/main.php HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:47 +0100] "GET /sqlitemanager/main.php HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:47 +0100] "GET /SQlite/main.php HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
85.25.***.*** - - [05/Feb/2016:18:01:47 +0100] "GET /SQLiteManager/main.php HTTP/1.1" 404 168 "-" "Python-urllib/2.7" "-"
Is there anything to do? (Maybe yes, but not with pf?)