LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 05-23-2003, 02:47 AM   #1
PTBmilo
Member
 
Registered: Jan 2003
Posts: 167

Rep: Reputation: 30
specific-trap?


I noticed some unwarranted disk activity a minute ago and decided to tcpdump the network to see if something funny was going on. this is what I get:
Code:
17:24:22.700042 192.168.1.1.24433 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164350778 [|snmp]
17:24:23.472621 192.168.1.1.24434 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164350855 [|snmp]
17:24:24.174873 192.168.1.1.24435 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164350926 [|snmp]
17:24:24.201780 192.168.1.1.24436 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164350928 [|snmp]
17:24:25.464556 192.168.1.1.24437 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164351055 [|snmp]
17:24:25.534745 192.168.1.1.24438 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164351062 [|snmp]
17:24:25.583246 192.168.1.1.24439 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164351066 [|snmp]
17:24:26.025506 192.168.1.1.24440 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164351111 [|snmp]
17:24:26.265885 192.168.1.1.24441 > temple.flatland.org.snmptrap:  Trap(35)  E:3
093.2.2.1 192.168.1.1 enterpriseSpecific[specific-trap(1)!=0] 164351135 [|snmp]
17:24:27.325679 192.168.1.1.24442 > temple.flatland.org.snmptrap:  Trap(35)  E:3
I've noticed this comming out of my router before, but just maybe a couple packets every now and then... I was wandering W.T.F. this is.

does anybody know what this traffic is? you think I've been cracked ?
 
Old 05-23-2003, 04:31 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I doubt it you're being cracked using SNMP. What does snmpd's logs say?
 
Old 05-23-2003, 01:54 PM   #3
PTBmilo
Member
 
Registered: Jan 2003
Posts: 167

Original Poster
Rep: Reputation: 30
I don't even have snmpd running. I was thinking that they could be some kind of malformed packets or something... but I don't really know how flexible the snmp protocol/packet is.

Maybe it was an attempted D.o.S.?

My disk activity was up untill the instant I brought down the interface, that's why I thought they might be on my system... I just can't figure out why the heck I was getting SOO many of those packets (there were a lot).

I'm running a lynksys router, and I've read about some vonerabilities on them with the SNMP protocol... I could be way off here though.

What you think?
 
Old 05-25-2003, 12:18 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Check out this and this.
 
Old 05-25-2003, 03:02 PM   #5
PTBmilo
Member
 
Registered: Jan 2003
Posts: 167

Original Poster
Rep: Reputation: 30
Thanks. It looks like I'm gonna have to play w/ the linksys a bit when I get some time. I know that I had disapled PnP...

I think that the disk activity was probably from klogd, I didn't have a BURST lilmit in my tables.

<Got attacked again last night>

Ok, so even if I let this come through the lynksys (which I hopefully won't), Is the DoS vunerability really a security issue with me? Am I wrong in assuming that DoS attacks only pose a threat to the attacked port? Or is it a threat to any port? What about if it's all caught by iptables?
 
Old 05-26-2003, 07:14 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Is the DoS vunerability really a security issue with me?
You can't classify the SNMP reporting/probing as a DoS unless it would severely bog down your connections. For classifying it as a threat to your Linksys and any boxen receiving SNMP you would need to first review the passwds, community strings etc etc.

Am I wrong in assuming that DoS attacks only pose a threat to the attacked port?
DoS stands for "Denial of Service" and it can mean different things from someone being able to clog up your network connections or bogging down the box with processess to being able to make the box do things you didn't authorize.
There's some links in the first sticky thread of this forum post #2 about DoS and DDoS, I suggest you read 'em.
 
Old 05-26-2003, 03:09 PM   #7
PTBmilo
Member
 
Registered: Jan 2003
Posts: 167

Original Poster
Rep: Reputation: 30
Thank you... I'll do just that (read the links).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to send snmp trap & recieve trap in C program minil Programming 3 07-10-2010 09:22 AM
Kernel trap (Fatal trap 12) m!k@EL *BSD 4 09-05-2007 11:58 PM
How to make a specific command(s) work for specific users or group only naren_0101bits Linux - General 3 08-28-2005 05:22 PM
How to make a specific command(s) work in a specific shell only naren_0101bits Linux - Newbie 3 08-28-2005 01:24 PM
Searching a specific directory for a specific extension? RoaCh Of DisCor Linux - Newbie 3 08-13-2005 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 03:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration