Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cracking down on attacks - OPTIONS & PROPFIND requests?

Status
Not open for further replies.

jimoblak

Instructor
Oct 23, 2001
3,620
US
A few months ago I was shocked at how much junk was in my access.log for my little old home computer/development server. I think I have otherwise beaten down all the IIS attack attempts by serving on a non-80 port and by requiring basic authentication.

I was just checking the access.log on my Mac OSX Apache2 installation and found the following requests from my own LAN (either a router, a nearby WindowsXP box or from the Mac itself - I juggle local IP addresses a lot). Can anyone explain what the OPTIONS and PROPFIND requests are? Should I be concerned?


Code:
192.168.0.100 - - [27/Jul/2003:21:37:47 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - "" [27/Jul/2003:21:37:47 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - - [28/Jul/2003:00:21:53 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - "" [28/Jul/2003:00:21:53 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - - [29/Jul/2003:12:41:58 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - "" [29/Jul/2003:12:41:58 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - - [30/Jul/2003:05:46:59 -0400] "OPTIONS / HTTP/1.1" 401 496
192.168.0.100 - "" [30/Jul/2003:05:46:59 -0400] "OPTIONS / HTTP/1.1" 401 496

Also...

Code:
192.168.0.101 - - [10/Sep/2003:05:21:10 -0400] "PROPFIND /myusername HTTP/1.1" 401 496
192.168.0.101 - - [10/Sep/2003:05:21:10 -0400] "PROPFIND /myusername HTTP/1.1" 401 496

- - picklefish - -

Why is everyone in this forum responding to me as picklefish?
 
Not that I would know anything about this myself, but here's what I found by doing a little search on google:


That should put you in the right direction...

You can also try a keyword search in here... I tried and came up with thread65-390019 if that helps...



Cheers,

Realm174
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top