Malicious Requests Against My Web Application
matthewkindzerske.com
Malicious Requests Against My Web Application
1–3 of 3 posts
Re: Malicious Requests Against My Web Application
#2> 2021-04-25T17:00:00: POST http://***.best/
This is not an ad -- the "http://" in the first (path) line tries to invoke HTTP proxy functionality. An open proxy would establish connection to the attacker's site and post the data there.
Once attacker has gathered list of open proxies, it would use those proxies for bypassing password guessing limits, illegal scraping, and ad fraud.
Re: Malicious Requests Against My Web Application
#3Re "6) “Hey, look at my ads!!!” > 2021-04-25T17:00:00: POST http://***.best/ This is not an ad -- the " http:// " in the first (path) line tries to invoke HTTP proxy functionality. An open proxy would establish connection to the attacker's site and post the data there. Once attacker has gathered list of open proxies, it would use those proxies for bypassing password guessing limits, illegal scraping, and ad fraud.
I'd say its too strong to call such humble (and quite crude by the number of reasons) proxy probes malicious or attacker's. Every HTTP server gets literally tons of these.