Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Tasha Smith <tashamaillist@yahoo.com>
To: netfilter@lists.netfilter.org
Subject: Confused about LAN machines connecting through my FIREWALL to TROJAN servers.
Date: Tue, 24 Jun 2003 14:37:45 -0700 (PDT)	[thread overview]
Message-ID: <20030624213745.9276.qmail@web80510.mail.yahoo.com> (raw)

Hi...

Im running iptables 1.2.7a with RedHat7.3(2.4.20). I have my rules posted here:
http://lists.netfilter.org/pipermail/netfilter/2003-June/044918.html

My question is...if my Windows machines behind the firewall/Router get infected with
a Trojan/Virus...and are trying to connect to there servers from my mahcine using
PORT 80 these rules of mine would not try to stop the connection from going through,
Right! Soo i was wondering what i could add to the Script to make it soo that if a
Trojan using port 80 to connect out does happen to get on my mahcine how would i
stop this. 

Cause yesterday i installed Kero Personal Firewall on my windows mahcine and set the
default OUTPUT rule to DROP and noticed WUAUCLT.exe trying to connect to PORT 80 to
some ip address  and i think it would have made it through. Here is one site that
said it was a VIRUS.
http://www.sophos.com/virusinfo/analyses/trojcultb.html

Can anyone explain to me a little better on how to stop these connectiions from
happening butyet still letting Netcape and IE and normal webrowsers through. Thanks
Guys!

Tasha@---<----

P.S.> Overall how secure do you boys think my script is? I know nothing is evn close
to %100 secure but do you notice somehting i could change or add that would help it.
I have this also at the begining.
# Enable broadcast echo protection
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts

# Disable source routed packets
for f in /proc/sys/net/ipv4/conf/*/accept_source_route; do
	echo 0 > $f
done

# Enable syn cookie protection.
echo 1 > /proc/sys/net/ipv4/tcp_syncookies

# Disable ICMP Redirect Acceptence
for f in /proc/sys/net/ipv4/conf/*/accept_redirects; do
	echo 0 > $f
done

# Drop spoofed packets comeing in on an interface, ehich if replied 
# to,would result the reply going out another interface.
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
     echo 1 > $f
done

# Dont't send Redirect Messages
for f in /proc/sys/net/ipv4/conf/*/send_redirects; do
	echo 0 > $f
done

# Log packets with impossiable addreses.
for f in /proc/sys/net/ipv4/conf/*/log_martians; do
    echo 1 > $f
done


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


             reply	other threads:[~2003-06-24 21:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-24 21:37 Tasha Smith [this message]
2003-06-24 23:34 ` Confused about LAN machines connecting through my FIREWALL to TROJAN servers Tasha Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030624213745.9276.qmail@web80510.mail.yahoo.com \
    --to=tashamaillist@yahoo.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox