All of lore.kernel.org
 help / color / mirror / Atom feed
* netfitler against Trojans and worms
@ 2004-07-05 13:59 Saad Faruque
  2004-07-05 14:10 ` Gavin Hamill
  0 siblings, 1 reply; 6+ messages in thread
From: Saad Faruque @ 2004-07-05 13:59 UTC (permalink / raw)
  To: netfilter

Hello List,
We are having a windows network (our clients network) with private ip
address with a linux gateway. The linux box is doing SNAT for all
(windows network) users, that means its forwarding all the users
request to the Internet. But the problem is the internal windows
network is effected by all different kind of worms and Trojans, which
are coursing a huge amount of unwanted upload/requests to Internet. 
remember these are the workstations we don't have total control over.
Securing these windows work stations is some thing which we cant very
easily do.
So we are currently protecting these stations with simple netfilter
rulez such as
iptables -A FORWARD -p tcp --dport 135 -j DROP
iptables -A FORWARD -p udp --dport 1025 -j DROP
.
.
.
.
iptables -A FORWARD -p tcp --dport 1214 -j DROP
iptables -A FORWARD -p udp --dport 3127:3198 -j DROP
which are some commonly used virus ports.
my question if there any such project or document  which lists all the
well known virus ports, virus detection signature which i can use with
string serch or from port and tcp flag.
i did find couple of sites ex.
(http://www.doshelp.com/trojanports.htm) which lists some ports. but i
really am not sure if u simply block all these ports if it will effect
my clients regular internet activity. any alternative suggestions are
also welcome :)

Regards,
Saad Faruque.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-05 21:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-05 13:59 netfitler against Trojans and worms Saad Faruque
2004-07-05 14:10 ` Gavin Hamill
2004-07-05 14:46   ` Saad Faruque
2004-07-05 14:59     ` Gavin Hamill
2004-07-05 15:21   ` Antony Stone
2004-07-05 21:51     ` Saad Faruque

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.