Jump to content

Block HTTP_HOST spoofing


sKunKbad

Recommended Posts

I've recently starting noticing that I am getting requests where the HTTP_HOST is being spoofed. I don't know how they are doing it, but the server sends me an error message, and it's kind of annoying. What I'd like to know is if something like this in .htaccess will have any negative side-effects:

RewriteCond %{HTTP_HOST} !^example\.com$ [NC]
RewriteRule .* - [F]

I've tested this on my dev machine, and it seems fine. Anything that I should be concerned about? Would it be effective?

Link to comment
https://forums.phpfreaks.com/topic/297006-block-http_host-spoofing/
Share on other sites

Oh. Then they're probing for vulnerabilities. Outdated WordPress installations, an accessible phpMyAdmin, etc. Every server on the internet gets probed like that.

 

I understand the probing, and have seen that before, but why change the HTTP host too?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.