GET Requests

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Mon Mar 22, 2004 1:31 am    Post subject: GET Requests Reply with quote

Now I'm starting to see strange GET requests. This another thing I've noticed when reading my 2873 page log file.

127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?87 HTTP/1.0" 200 2048 "" ""
127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?88 HTTP/1.0" 200 2602 "" ""
127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?89 HTTP/1.0" 200 2602 "" ""
127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?90 HTTP/1.0" 200 2602 "" ""
127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?91 HTTP/1.0" 200 2602 "" ""
127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?92 HTTP/1.0" 200 2602 "" ""
127.0.0.1 - - [03/Oct/2003:16:40:21 +0200] "GET /?93 HTTP/1.0" 200 2048 "" ""

This another kind of exploit for IIS?

Update: Theres at least 14,000 lines of that so far! What could do that???
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Mar 22, 2004 3:19 am    Post subject: Reply with quote

First of all, if there are many of them, then it is definitely automated. It looks like some sort of script exploit; but "127.0.0.1" is you... isn't it?

"Get" is nothing to worry about; it is just the standard way to request files,
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Mon Mar 22, 2004 1:29 pm    Post subject: Reply with quote

Yes 127.0.0.1 is me. Why i'm confused about this. I've looked and theres no virus/spyware/trojan on my machine so I have no idea what can be doing that. I checked again this morning and it was there again from ?0 to ?8000.

Update: Just noticed that everytime before that mess happenes this is in the log: 210.205.52.142 - - [22/Mar/2004:03:47:38 -0500] "GET /scripts/nsiislog.dll" 404 239. Then I get the huge amount of ? lines. I'm starting to think its some IIS explot again.
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Mar 23, 2004 1:39 am    Post subject: Reply with quote

"210.205.52.142 - - [22/Mar/2004:03:47:38 -0500] "GET /scripts/nsiislog.dll" 404 239"

Well it shows a 404, so nothing happened. That still seems a bit wierd. I suggest banning his IP using some firewall software.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Tue Mar 23, 2004 10:52 am    Post subject: Reply with quote

As I asked in the other thread, do you have an adblocker installed ? A lot of these redirect traffic from known ad hosts to 127.0.0.1 so they would show up in the log - unless you're a very heavy internet user I doubt there'd be 14,000 though!

Couple of other questions -
Have you recently installed any new software which may be trying to phone home and failing ?
Do these hits relate to times when you're at the PC or totally random times all around the clock ?
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Tue Mar 23, 2004 12:55 pm    Post subject: Reply with quote

The only ad blocking I use is manually adding the IPs of ad servers in the Hosts file. It's set up to redirect them to 127.0.0.2 and that works because I see the results in the Abyss log.

No I haven't installed anything in a while. The last thing was the upgrade to 1.2.2.2. The hits are completely at random although they tend to happen more at night then during the day.

About blocking his IP 2 posts up. Hard to do. Its completely different everytime. Last time it was 82.44.127.241 and before that 128.71.7.250. I am adding them to my firewall's block list though.
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Mar 24, 2004 3:16 am    Post subject: Reply with quote

That seems very wierd. If one time they are coming from the domain "82.*.*.*" and then "128.*.*.*" he is using completely different ISPs. Since they're on the Abyss logs, they are incoming connections. This would mean that it isn't some program reporting something, or "phoning home." I would keep banning the IPs and see what happens.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Wed Mar 24, 2004 11:55 am    Post subject: Reply with quote

iNaNimAtE wrote:
Since they're on the Abyss logs, they are incoming connections. This would mean that it isn't some program reporting something, or "phoning home."


You're missing the point about 127.0.0.1 requests which are definitely from localhost so are likely to be the result of ad blocking using the hostsfile as the websites containing ads or being looked up for phoning home will resolve as localhost and the GET requests will show up in the log instead.

If you have a personal firewall that blocks refererrers, try turning that feature off so you can see what page has causing the 127.0.0.1 based ones to appear in the log.

The others do indeed seem to be worm related or at least scanning for exploits, haven't tracked down what yet though.
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Wed Mar 24, 2004 6:19 pm    Post subject: Reply with quote

I intend to keep blocking all those IP's when they show up. The referer is not blocked by my firewall in the first place. No I didn't miss the point about the ad blocking causing requests from 127.0.0.1. The only ad blocking is my manual entries on the hosts file. The file does not redirect them to 127.0.0.1. It redirects them to 127.0.0.2. That causes 127.0.0.2 - - [03/Oct/2003:08:50:11 +0200] "GET /....." to show up in my Abyss log. The only times 127.0.0.1 requests normally show up in the log is when I enter http://127.0.0.1/ in my browser.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Thu Mar 25, 2004 12:45 am    Post subject: Reply with quote

I didn't mean you were missing the point, should have separated my post more clearly... Sorry! Didn't realise Abyss discriminated between 127.0.0.1 and .2 in the logs either - that's a handy tip :D
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Thu Mar 25, 2004 1:23 pm    Post subject: Reply with quote

Not a problem. Im a step closer to fixing this. Everytime it happens a file in C:\ called a863a33c.dat (Well if I delete it it comes back with a different name, its always an 8 digit hex code). The file is empty though. So im lost once again. This must be some kind of worm or somthing.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Fri Mar 26, 2004 2:44 am    Post subject: Reply with quote

I think there was a file like that which had to do with ASP. Do you have ActiveHTML installed?
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Tue Apr 06, 2004 12:16 am    Post subject: Reply with quote

No, I'm running 98 so I can't use ASP :( I did try installing it though. But it never worked.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Apr 06, 2004 12:41 am    Post subject: Reply with quote

Well have you recently ran a virus scan and a spyware scan? (I'm just stating the obvious here; can't think of much else).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Tue Apr 06, 2004 2:53 am    Post subject: Reply with quote

Yup. Ran Norton and the online TrendMicro one. Both negative. Also ran SpyBot S&D and AdAware. Also both negative besides the usual problems.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Apr 06, 2004 3:26 am    Post subject: Reply with quote

Well... I'm basically out of ideas... I'll definitely tell you if I think of something else. Good luck; hope it works out.

(There's always "format c:" but I suggest not trying that).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Thu Apr 08, 2004 2:47 am    Post subject: Reply with quote

Problems fixed. In the other thread we both said block port 137. Haven't had it happen since. 8)
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Thu Apr 08, 2004 2:55 am    Post subject: Reply with quote

So you blocked port 137 and the problem fixed itslef?
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Thu Apr 08, 2004 4:05 am    Post subject: Reply with quote

Yup. So simple I never would have thought of it. I still can't find anything on port 137 but since its blocked its not a problem. I'll continue to look.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group