Re: ftp connection attempts

2000-12-20 Thread Michael Smith
I've noticed a gradual increase in ftp attempts over the last month. If you're not running ftp services, block out the port: ipchains -A input -p TCP -s 0.0.0.0/0 -d 0.0.0.0/0 21 -j REJECT Thomas Guettler wrote: > During the last days I got several ftp-connection attempts. Did some > notice that

Re: ftp connection attempts

2000-12-20 Thread Michael Smith
I've noticed a gradual increase in ftp attempts over the last month. If you're not running ftp services, block out the port: ipchains -A input -p TCP -s 0.0.0.0/0 -d 0.0.0.0/0 21 -j REJECT Thomas Guettler wrote: > During the last days I got several ftp-connection attempts. Did some > notice tha

Re: Checklist (was Re: OS Hardening)

2000-12-13 Thread Michael Smith
What I do: 1-Custom package selection, try to weed out talkd, telnetd, and some others that are installed by default. 2-netstat -a | grep LIST or netstat -l to find out who is listening for connections. 3-kill all the packages that are running that I don't want and that slipped past me earlier. 4-

Re: Checklist (was Re: OS Hardening)

2000-12-13 Thread Michael Smith
What I do: 1-Custom package selection, try to weed out talkd, telnetd, and some others that are installed by default. 2-netstat -a | grep LIST or netstat -l to find out who is listening for connections. 3-kill all the packages that are running that I don't want and that slipped past me earlier. 4