(Msg. 9) Posted: Mon Feb 04, 2008 1:31 am
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: alt>comp>anti-virus (more info?)
Ant wrote:
> "Daave" wrote:
>
>> but I'm just curious if someone who has an ordinary modem and is not
>> running a software firewall, etc. will be in danger of being infected
>> within 12 minutes as is commonly believed,
>
> I am that person! When the Swen worm first appeared some years ago I
> was infected within seconds of going online. I didn't know about it or
> the patch that had been released because I'd been abroad for a while
> and hadn't been keeping the system up to date.
>
>> and if so, what is the mechanism by which this can happen?
>
> It happens because in Windows NT, by default, there are certain
> network services running with ports open listening for incoming
> traffic. This is a very bad idea but as we know, Microsoft have
> tended to put ease of use ahead of security. Any vulnerabilities
> (bugs) in those services may be exploitable so that code is injected
> and run. There are machines (bots) constantly scanning IP address
> ranges looking for such opportunities.
>
> I have since closed all ports so that even without a firewall I am no
> longer open to these kind of attacks.
Good idea.
How do you close all ports without a firewall? Don't you need some ports
open if you want to use the Web, e-mail, etc.?
>> In my scenario, the PC is just sitting idle. Or sitting at Windows
>> Update. >
> I also don't allow automatic updates; in fact I haven't updated past
> Win2k SP2 (no longer supported). However, I wouldn't advise this for
> most people.
Interesting. Windows 2000 is up to SP4, I believe. What is your main
reason for not keeping up-to-date with the patches?
(Msg. 10) Posted: Mon Feb 04, 2008 9:03 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Daave" wrote:
> Ant wrote:
>> I have since closed all ports so that even without a firewall I am no
>> longer open to these kind of attacks.
>
> Good idea.
>
> How do you close all ports without a firewall? Don't you need some ports
> open if you want to use the Web, e-mail, etc.?
Those ports are for out-going data and solicited incoming data on a
temporary basis for the specific requests. The point is to not have
unnecessary services running which are listening for requests on a
specific port.
For example, if you run a web server you need to accept requests for
service from anyone on (usually) port 80, so that port is always open
to receive traffic. If you are browsing the web you are *sending* to
the server's port 80 and receiving the page through a port above 1025
temporarily opended for that purpose.
Likewise, when using email or news, you are sending and receiving data
only when requested -- the ports are only open for the session.
In other words, you should block all incoming traffic unless you
specifically asked for it. If you have nothing listening for it in the
first place then there is nothing to block because another computer
cannot make a connection.
>> I also don't allow automatic updates; in fact I haven't updated past
>> Win2k SP2 (no longer supported). However, I wouldn't advise this for
>> most people.
>
> Interesting. Windows 2000 is up to SP4, I believe. What is your main
> reason for not keeping up-to-date with the patches?
There are various reasons which I've explained here before. However,
the main one now is that I can't be bothered with it, especially on a
dialup connection. My system is basic and configured well enough that
I don't have to worry about exploits. The more Windows advances, the
more bloat, fluff, complexity and bugs are added. I know exactly what
is running with my setup, why and what faults exit. If anything did
get through I'd spot it straight away and know how to deal with it.
Dissecting malware every day and knowing how Windows works at a low-
level helps a bit.
(Msg. 11) Posted: Mon Feb 04, 2008 9:12 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Sun, 3 Feb 2008 23:16:51 -0500, Daave wrote:
>
> How do you close all ports without a firewall? Don't you need some ports
> open if you want to use the Web, e-mail, etc.?
>
Use Windows Firewall in conjunction with:
Seconfig XP 1.0
http://seconfig.sytes.net/
Seconfig XP is able configure Windows not to use TCP/IP as transport
protocol for NetBIOS, SMB and RPC, thus leaving TCP/UDP ports 135, 137-139
and 445 (the most exploited Windows networking weak point) closed.)
OR
Configuring NT-services much more secure.
http://www.ntsvcfg.de/ntsvcfg_eng.html
(Msg. 12) Posted: Mon Feb 04, 2008 9:12 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Kayman" <kaymanDeleteThis DeleteThis @operamail.com> wrote in message
news:fo76fv$fbd$1@aioe.org...
> On Sun, 3 Feb 2008 23:16:51 -0500, Daave wrote:
>
>>
>> How do you close all ports without a firewall? Don't you need some
>> ports
>> open if you want to use the Web, e-mail, etc.?
>>
> Use Windows Firewall in conjunction with:
> Seconfig XP 1.0
> http://seconfig.sytes.net/ > Seconfig XP is able configure Windows not to use TCP/IP as transport
> protocol for NetBIOS, SMB and RPC, thus leaving TCP/UDP ports 135,
> 137-139
> and 445 (the most exploited Windows networking weak point) closed.)
> OR
> Configuring NT-services much more secure.
> http://www.ntsvcfg.de/ntsvcfg_eng.html >
> Routinely practice Safe-Hex.
> http://www.claymania.com/safe-hex.html > Hundreds Click on 'Click Here to Get Infected' Ad
> http://www.eweek.com/article2/0,1895,2132447,00.asp
(Msg. 13) Posted: Mon Feb 04, 2008 9:18 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
(Msg. 14) Posted: Mon Feb 04, 2008 9:25 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
From: "David W. Hodgins" <dwhodgins.TakeThisOut@nomail.afraid.org>
|
| Yes, because the exploitable processes, are running with admin
| privileges. If you want a secure computer, do not run any software
| from Microsoft!
|
| Regards, Dave Hodgins
|
Exploitation of vulnerabilities via a buffer overflow conditions do NOT need
"adminprivileges" as these expoitations will elevate privileges.
(Msg. 15) Posted: Mon Feb 04, 2008 11:09 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Sun, 3 Feb 2008 23:16:51 -0500, "Daave"
<dcwashNOSPAM RemoveThis @myrealboxXYZ.invalid> wrote:
(Msg. 16) Posted: Tue Feb 05, 2008 10:47 pm
Post subject: Re: Just 12 minutes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Tue, 05 Feb 2008 22:01:02 -0500, Lord Turkey Cough <spamdump RemoveThis @invalid.com> wrote:
> "David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in message
> news:m2rpj.31284$ds2.30990@trnddc05...
>> Using a NAT Router will mitigate the BOT/Worm threat as well as hacking
>> attempts.
>
> Do you really believe this? I think you are deluding yourself here.
Worms that spread by taking advantage of exploits in software listening to
tcp/udp ports are blocked by the router.
> I don't really see what protection your router is giving you.
> Would you care to explain how it protects you?
When you use a properly configured router, all incoming traffic is blocked,
unless it's in response to an outgoing packet. The router has to be configured,
to allow traffic for the ports where you do want incoming traffic, to be allowed.
For example, if you are running an http server, you would have to setup the
router to forward all data coming in to port 80, to forward it to the
computer with the server running.
Your web browser will still work, because it is initiating the connection,
by sending a tcp syn packet, that the router will allow responses to.
You'll still have to keep your software, that accesses the internet updated,
but you no longer have to worry about printer&file sharing, for example.
You can think of the nat router, as a hardware firewall, for incoming
traffic. Like the windows firewall, it does nothing to help with connections
established by software, on your computer.
Regards, Dave Hodgins
--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
All times are: Eastern Time (US & Canada) (change) Goto page Previous1, 2, 3, 4, 5, 6
Page 2 of 6
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum