LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   How is the worm able to hit my closed port? (https://www.linuxquestions.org/questions/linux-security-4/how-is-the-worm-able-to-hit-my-closed-port-639708/)

abefroman 05-03-2008 09:20 PM

How is the worm able to hit my closed port?
 
How is the worm able to hit my closed port?

I have port 1434, but Snort is logging that a worm is hitting it from a Chinese computer:
MS-SQL Worm propagation attempt 2008-05-03 21:02:13 59.53.50.35:3391 xx.xx.xx.xx:1434 UDP

Also, I have that whole b block blocked, how are they able to send the worm still?
# added 59.53.0.0/16 on 04/11/08 22:04:19
59.53.0.0/16

TIA!

win32sux 05-03-2008 10:26 PM

Quote:

Originally Posted by abefroman (Post 3141689)
How is the worm able to hit my closed port?

I have port 1434, but Snort is logging that a worm is hitting it from a Chinese computer:
MS-SQL Worm propagation attempt 2008-05-03 21:02:13 59.53.50.35:3391 xx.xx.xx.xx:1434 UDP

Also, I have that whole b block blocked, how are they able to send the worm still?
# added 59.53.0.0/16 on 04/11/08 22:04:19
59.53.0.0/16

TIA!

Snort sees traffic coming from the wire before it reaches your network stack.

SlowCoder 05-04-2008 07:27 PM

Just means that the worm is attempting. Doen't mean it's being successful.

win32sux 05-04-2008 07:56 PM

Quote:

Originally Posted by SlowCoder (Post 3142737)
Just means that the worm is attempting. Doen't mean it's being successful.

Exactly. Whether it's successful or not will mostly depend on what happens when the traffic hits the TCP/IP stack. For example (@abefroman), if you have iptables rules which filter traffic coming into that port, Netfilter will take care of it after it's been Snorted.

sundialsvcs 05-05-2008 10:14 PM

Remember that computer crimes are almost-always crimes of opportunity. If you throw out a packet to a randomly-chosen IP address, it is quite disturbing how often you'll get a response from a Windows box that is perfectly willing to obey your every command with the full power and rights of an all-powerful Administrator. (Gliding past their so-called "anti-virus defenses" is just about as difficult as putting-on a Groucho Marx glasses-and-moustache "disguise.")

You can stop these opportunists dead-in-the-water with the simplest bit of security awareness, which is what literally tens of millions of computer users don't have. The attackers won't linger: there are far too many rich-pickings elsewhere.


All times are GMT -5. The time now is 11:12 PM.