Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - Terrifying results from online test

 
Thread Tools Search this Thread
Old 12-10-2004, 02:15 AM   #1
Default Terrifying results from online test


I did this test, which simulates an unknown Trojan attack on a windoze
computer. The program successfully bypasses my beloved (and well
configured) Kerio firewall. It also evades my universities hardware
firewall, which is configured very well (the admins are the block all
apart from port 80 type )
Check out PCAudit from http://www.pcinternetpatrol.com/page/view/49
The program works by causing applications that have the privileges to
connect to the internet to upload data to their server.
I thought I would be safe because I configure kerio so it only permits
outbound connections to IP addresses of the resources that I connect
to, for example smtpserver:25, nntpserver:119, pop3server:110 and
proxy:8080
PCAudit appears to scan its way out. Even when I click deny it gets
through!
The company behind PCAudit have publicised a vulnerability that affects
almost all firewalls. Their PCAudit program could easily be reverse
engineered by crackers, and then a real and more malicious Trojan could
be produced that bypasses almost all firewalls.

What do you guys think of this? Did you pass the test (without
unplugging your internet wire/blocking all traffic Lol)?



spamme2@mailinator.com
  Reply With Quote
Old 12-10-2004, 03:51 AM   #2
winged
 
Posts: n/a
Default Re: Terrifying results from online test
wrote:
> I did this test, which simulates an unknown Trojan attack on a windoze
> computer. The program successfully bypasses my beloved (and well
> configured) Kerio firewall. It also evades my universities hardware
> firewall, which is configured very well (the admins are the block all
> apart from port 80 type )
> Check out PCAudit from http://www.pcinternetpatrol.com/page/view/49
> The program works by causing applications that have the privileges to
> connect to the internet to upload data to their server.
> I thought I would be safe because I configure kerio so it only permits
> outbound connections to IP addresses of the resources that I connect
> to, for example smtpserver:25, nntpserver:119, pop3server:110 and
> proxy:8080
> PCAudit appears to scan its way out. Even when I click deny it gets
> through!
> The company behind PCAudit have publicised a vulnerability that affects
> almost all firewalls. Their PCAudit program could easily be reverse
> engineered by crackers, and then a real and more malicious Trojan could
> be produced that bypasses almost all firewalls.
>
> What do you guys think of this? Did you pass the test (without
> unplugging your internet wire/blocking all traffic Lol)?
>


Yes I passed the test(s) (my computer would not(it refused) allow the
software to run ). I have actually met Mr. Gibson at GRC No I did
not have to disconnect. Any inappropriate software allowed to run
inside "can" compromise security often invisible to the user. One can
"hide" processes and files on a computer that are not easy to discern.

One can attach files to other legitimate processes or programs using
alternate data streams that can really make life an adventure. The key
is keeping crap out. If one runs inside a VM it is an easy matter to
identify what, where, who, and how and throttle/kill the offending
processes.

The code you allow to run inside is only as trustworthy as the
individual who wrote the code, and the security of the code.

If you are using IE as your default browser you have many more issues to
worry about. My current count is 5 known unpatched vulnerabilities in IE
where the system can run code of the attackers choice at varying
permission levels. One should constrain where IE is allowed to talk
(Microsoft was right you break things when you remove it) as well as how
it can communicate.

The default browser should not be "allowed" to run with system level
permissions. The browser should not be run as an administrator of a
system, nor even permissions of a standard user but only with restricted
permissions required to meet the user requirement securely.

Winged


winged
  Reply With Quote
Old 12-10-2004, 04:14 AM   #3
\Crash\ Dummy
 
Posts: n/a
Default Re: Terrifying results from online test
>What do you guys think of this? Did you pass the test (without
>unplugging your internet wire/blocking all traffic Lol)?


I passed the test by not downloading and running the program. That is the only
effective defense against a Trojan.
--
Dave "Crash" Dummy - A weapon of mass destruction
?subject=Techtalk (Do not alter!)
http://lists.gpick.com




\Crash\ Dummy
  Reply With Quote
Old 12-10-2004, 05:13 AM   #4
Michael J. Pelletier
 
Posts: n/a
Default Re: Terrifying results from online test
winged wrote:

> wrote:
>> I did this test, which simulates an unknown Trojan attack on a windoze
>> computer. The program successfully bypasses my beloved (and well
>> configured) Kerio firewall. It also evades my universities hardware
>> firewall, which is configured very well (the admins are the block all
>> apart from port 80 type )
>> Check out PCAudit from http://www.pcinternetpatrol.com/page/view/49
>> The program works by causing applications that have the privileges to
>> connect to the internet to upload data to their server.
>> I thought I would be safe because I configure kerio so it only permits
>> outbound connections to IP addresses of the resources that I connect
>> to, for example smtpserver:25, nntpserver:119, pop3server:110 and
>> proxy:8080
>> PCAudit appears to scan its way out. Even when I click deny it gets
>> through!
>> The company behind PCAudit have publicised a vulnerability that affects
>> almost all firewalls. Their PCAudit program could easily be reverse
>> engineered by crackers, and then a real and more malicious Trojan could
>> be produced that bypasses almost all firewalls.
>>
>> What do you guys think of this? Did you pass the test (without
>> unplugging your internet wire/blocking all traffic Lol)?
>>

>
> Yes I passed the test(s) (my computer would not(it refused) allow the
> software to run ). I have actually met Mr. Gibson at GRC No I did
> not have to disconnect. Any inappropriate software allowed to run
> inside "can" compromise security often invisible to the user. One can
> "hide" processes and files on a computer that are not easy to discern.
>
> One can attach files to other legitimate processes or programs using
> alternate data streams that can really make life an adventure. The key
> is keeping crap out. If one runs inside a VM it is an easy matter to
> identify what, where, who, and how and throttle/kill the offending
> processes.
>
> The code you allow to run inside is only as trustworthy as the
> individual who wrote the code, and the security of the code.
>
> If you are using IE as your default browser you have many more issues to
> worry about. My current count is 5 known unpatched vulnerabilities in IE
> where the system can run code of the attackers choice at varying
> permission levels. One should constrain where IE is allowed to talk
> (Microsoft was right you break things when you remove it) as well as how
> it can communicate.
>
> The default browser should not be "allowed" to run with system level
> permissions. The browser should not be run as an administrator of a
> system, nor even permissions of a standard user but only with restricted
> permissions required to meet the user requirement securely.
>
> Winged


If there are people reading this who are new to security, re-read the last
paragraph. Then re-read it again.....

As a general rule, su to root when needed then exit (translated for Windoze
users, you should not login as administrator unless you are installing
something, etc).




Michael J. Pelletier
  Reply With Quote
Old 12-10-2004, 12:51 PM   #5
Ken Russell
 
Posts: n/a
Default Re: Terrifying results from online test


Symantic reports the program as spyware;
http://securityresponse.symantec.com...e.pcaudit.html

--
Ken Russell


Remove yourhat to reply by e-mail
..

<> wrote in message
news: ups.com...
>I did this test, which simulates an unknown Trojan attack on a windoze
> computer. The program successfully bypasses my beloved (and well
> configured) Kerio firewall. It also evades my universities hardware
> firewall, which is configured very well (the admins are the block all
> apart from port 80 type )
> Check out PCAudit from http://www.pcinternetpatrol.com/page/view/49
> The program works by causing applications that have the privileges to
> connect to the internet to upload data to their server.
> I thought I would be safe because I configure kerio so it only permits
> outbound connections to IP addresses of the resources that I connect
> to, for example smtpserver:25, nntpserver:119, pop3server:110 and
> proxy:8080
> PCAudit appears to scan its way out. Even when I click deny it gets
> through!
> The company behind PCAudit have publicised a vulnerability that affects
> almost all firewalls. Their PCAudit program could easily be reverse
> engineered by crackers, and then a real and more malicious Trojan could
> be produced that bypasses almost all firewalls.
>
> What do you guys think of this? Did you pass the test (without
> unplugging your internet wire/blocking all traffic Lol)?
>





Ken Russell
  Reply With Quote
Old 12-10-2004, 02:08 PM   #6
Joe
 
Posts: n/a
Default Re: Terrifying results from online test
Got my IP address wrong!




Joe
  Reply With Quote
Old 12-10-2004, 08:20 PM   #7
Technobarbarian
 
Posts: n/a
Default Re: Terrifying results from online test
On 9 Dec 2004 18:15:16 -0800, wrote:

> I did this test, which simulates an unknown Trojan attack on a windoze
> computer. The program successfully bypasses my beloved (and well
> configured) Kerio firewall. It also evades my universities hardware
> firewall, which is configured very well (the admins are the block all
> apart from port 80 type )
> Check out PCAudit from http://[deliberately munged]pcinternetpatrol.com/page/view/49
> The program works by causing applications that have the privileges to
> connect to the internet to upload data to their server.
> I thought I would be safe because I configure kerio so it only permits
> outbound connections to IP addresses of the resources that I connect
> to, for example smtpserver:25, nntpserver:119, pop3server:110 and
> proxy:8080
> PCAudit appears to scan its way out. Even when I click deny it gets
> through!
> The company behind PCAudit have publicised a vulnerability that affects
> almost all firewalls. Their PCAudit program could easily be reverse
> engineered by crackers, and then a real and more malicious Trojan could
> be produced that bypasses almost all firewalls.
>
> What do you guys think of this? Did you pass the test (without
> unplugging your internet wire/blocking all traffic Lol)?


It's called a dll injection attack. It's nothing new or a big secret.

http://securityresponse.symantec.com...e.pcaudit.html
http://www.pestpatrol.com/pestinfo/p/pcaudit.asp
http://www.zonelabs.com/store/conten...echNote_10.jsp
http://www.google.com/search?hl=en&l...on&btnG=Search

It sounds like an ugly bit of salesmanship. After reading the above
there's no way I would load that thing onto my machine. The only important
question here is: after you loaded this thing on your machine and gave it
permission to do pretty much as it pleased--did it *really* connect out
without your permission or did it just "appear" to connect out?

TB


Technobarbarian
  Reply With Quote
Old 12-10-2004, 09:44 PM   #8
Stuart M
 
Posts: n/a
Default Re: Terrifying results from online test

>>
>> The default browser should not be "allowed" to run with system level
>> permissions. The browser should not be run as an administrator of a
>> system, nor even permissions of a standard user but only with restricted
>> permissions required to meet the user requirement securely.
>>
>> Winged

>
> If there are people reading this who are new to security, re-read the last
> paragraph. Then re-read it again.....
>
> As a general rule, su to root when needed then exit (translated for
> Windoze
> users, you should not login as administrator unless you are installing
> something, etc).
>
>


Hello Michael,

Thanks for the advice. I have changed my default login to a "user" rather
than an "administrator". Do you know how to configure groups? For instance,
if I want to create a group with certain privileges, how would I do this?

Thanks

Stuart




Stuart M
  Reply With Quote
Old 12-13-2004, 05:22 AM   #9
Michael J. Pelletier
 
Posts: n/a
Default Re: Terrifying results from online test
wrote:

> I did this test, which simulates an unknown Trojan attack on a windoze
> computer. The program successfully bypasses my beloved (and well
> configured) Kerio firewall. It also evades my universities hardware
> firewall, which is configured very well (the admins are the block all
> apart from port 80 type )
> Check out PCAudit from http://www.pcinternetpatrol.com/page/view/49
> The program works by causing applications that have the privileges to
> connect to the internet to upload data to their server.
> I thought I would be safe because I configure kerio so it only permits
> outbound connections to IP addresses of the resources that I connect
> to, for example smtpserver:25, nntpserver:119, pop3server:110 and
> proxy:8080
> PCAudit appears to scan its way out. Even when I click deny it gets
> through!
> The company behind PCAudit have publicised a vulnerability that affects
> almost all firewalls. Their PCAudit program could easily be reverse
> engineered by crackers, and then a real and more malicious Trojan could
> be produced that bypasses almost all firewalls.
>
> What do you guys think of this? Did you pass the test (without
> unplugging your internet wire/blocking all traffic Lol)?



THIS PRODUCT INSTALLS SPYWARE!!!!!!!!!!!!
DO NOT USE!!!!!!!!!




Michael J. Pelletier
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
On Your Way to Success: the Test 70-640 jiajiainlove@gmail.com MCTS 1 03-16-2009 11:47 AM
On Your Way to Success: the Test 70-640 jiajiainlove@gmail.com MCITP 0 03-16-2009 01:51 AM
70-446 Beta Test Results jjrs79 MCTS 3 04-18-2007 06:25 AM
Blockbuster Online: Now $14.99 a month. One-Shot Scot DVD Video 0 12-29-2004 04:01 PM
Re: Free Online Test for A+ Certification A= Voucher A+ Certification 0 08-19-2003 09:49 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46