Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-03-2006, 12:58 AM
|
#1
|
Member
Registered: Aug 2003
Distribution: Mageia, Centos, CloudLinux
Posts: 53
Rep:
|
Head / Http/1.1
Had loads of this yesterday in the Apache log from the same IP
Code:
66.131.x.x proxy.domain.com HEAD / HTTP/1.1
Note, this was not a GET request.
A possible hack attempt or nothing to worry about ???
|
|
|
02-03-2006, 07:04 AM
|
#2
|
Member
Registered: Mar 2005
Location: Netherlands
Distribution: FC4, debian, SuSE
Posts: 64
Rep:
|
A head request asks the server to reply with the document headers. Here is an example server reply to a head request:
HTTP/1.1 200 OK
Date: Fri, 29 Aug 2003 17:59:13 GMT
Server: Apache/1.3.27
Cache-Control: max-age=86400, must-revalidate
Last-Modified: Tue, 26 Aug 2003 22:19:18 GMT
ETag: "c20bf0-216b-3f4bdce6"
Accept-Ranges: bytes
Content-Length: 8555
Connection: close
Content-Type: text/html
The "/" is the resource indicator, or in this case root index of your site.
So if you have, say, "index.html" in the root directory of your web site, the request "GET / HTTP/1.1" is a request for that file.
So I would say not much hto worry about.
|
|
|
02-03-2006, 07:11 AM
|
#3
|
Moderator
Registered: May 2001
Posts: 29,417
|
HEAD requests are used to get information about the server like banner/software/version/proxy-ability checks. I think it would be "better" to say that "nothing to worry about" means you knowing what restrictions are in place and those restrictions being suitable for your setup. Make sure proxying capabilities are disabled or access is restricted by means of at least one of the following: router, TCP wrappers, firewall, httpd.conf (in this case more is better).
|
|
|
02-03-2006, 07:15 AM
|
#4
|
Member
Registered: Aug 2003
Distribution: Mageia, Centos, CloudLinux
Posts: 53
Original Poster
Rep:
|
Thanks for your reply.
There was no GET index or image etc, Just: HEAD / HTTP/1.1
And at one point there were 63 requests for HEAD / HTTP/1.1 from the same IP which continued for several hours.
|
|
|
All times are GMT -5. The time now is 12:43 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|