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 - question

 
Thread Tools Search this Thread
Old 12-09-2004, 09:50 AM   #1
Default question


Well my question might sound a little stupid, but i am still approching
security.

the question:

If i have to test security on a Windows machine do i have to use windows?
if i have to test security on a unix machine do i have to use unix/linux?

i mean
windows==windows
linux==linux

thanks in advance.





edouble
  Reply With Quote
Old 12-09-2004, 02:01 PM   #2
donnie
 
Posts: n/a
Default Re: question
On Thu, 09 Dec 2004 09:50:59 GMT, "edouble" <> wrote:

>Well my question might sound a little stupid, but i am still approching
>security.
>
>the question:
>
>If i have to test security on a Windows machine do i have to use windows?
>if i have to test security on a unix machine do i have to use unix/linux?
>
>i mean
>windows==windows
>linux==linux
>
>thanks in advance.
>
>

#############################
You don't have to use windows for windows and unix for unix. I can
run nmap on unix to port scan a windows box and ostrosoft on windows
to port scan unix. However, when it comes to using certain
hacking/network tools testing scripts, the choice of OS maybe limited.
donnie.


donnie
  Reply With Quote
Old 12-09-2004, 04:47 PM   #3
k
 
Posts: n/a
Default Re: question
donnie wrote:

> On Thu, 09 Dec 2004 09:50:59 GMT, "edouble" <> wrote:
>
>>Well my question might sound a little stupid, but i am still approching
>>security.
>>
>>the question:
>>
>>If i have to test security on a Windows machine do i have to use windows?
>>if i have to test security on a unix machine do i have to use unix/linux?
>>
>>i mean
>>windows==windows
>>linux==linux
>>
>>thanks in advance.
>>
>>

> #############################
> You don't have to use windows for windows and unix for unix. I can
> run nmap on unix to port scan a windows box and ostrosoft on windows
> to port scan unix. However, when it comes to using certain
> hacking/network tools testing scripts, the choice of OS maybe limited.
> donnie.


He is absolutely right.Â*Â*YouÂ*canÂ*useÂ*eitherÂ*toÂ*scanÂ*theÂ*other.Â*Â*IÂ*prefferÂ*to
use linux when scanning any system. The Nessus (www.nessus.org) security
auditing software works really good for scanning windows machines.Â*Â*YouÂ*can
specify specific 'plugins' to use.Â*Â*ItÂ*allowsÂ*youÂ*toÂ*specifyÂ*windows
specific testing.Â*Â*ItsÂ*goodÂ*forÂ*aÂ*beginner.


k
  Reply With Quote
Old 12-10-2004, 01:10 AM   #4
Michael J. Pelletier
 
Posts: n/a
Default Re: question
k wrote:

> donnie wrote:
>
>> On Thu, 09 Dec 2004 09:50:59 GMT, "edouble" <> wrote:
>>
>>>Well my question might sound a little stupid, but i am still approching
>>>security.
>>>
>>>the question:
>>>
>>>If i have to test security on a Windows machine do i have to use windows?
>>>if i have to test security on a unix machine do i have to use unix/linux?
>>>
>>>i mean
>>>windows==windows
>>>linux==linux
>>>
>>>thanks in advance.
>>>
>>>

>> #############################
>> You don't have to use windows for windows and unix for unix. I can
>> run nmap on unix to port scan a windows box and ostrosoft on windows
>> to port scan unix. However, when it comes to using certain
>> hacking/network tools testing scripts, the choice of OS maybe limited.
>> donnie.

>
> He is absolutely right.**You*can*use*either*to*scan*the*other.**I*preffer
> to use linux when scanning any system. The Nessus (www.nessus.org)
> security auditing software works really good for scanning windows
> machines.**You*can specify specific 'plugins' to use.**It*allows*you*to
> specify*windows specific testing.**Its*good*for*a*beginner.


I agree also. Not sure if you are using UNIX but, check out www.nessus.org.

Michael


Michael J. Pelletier
  Reply With Quote
Old 12-10-2004, 03:11 AM   #5
winged
 
Posts: n/a
Default Re: question
Michael J. Pelletier wrote:
> k wrote:
>
>
>>donnie wrote:
>>
>>
>>>On Thu, 09 Dec 2004 09:50:59 GMT, "edouble" <> wrote:
>>>
>>>
>>>>Well my question might sound a little stupid, but i am still approching
>>>>security.
>>>>
>>>>the question:
>>>>
>>>>If i have to test security on a Windows machine do i have to use windows?
>>>>if i have to test security on a unix machine do i have to use unix/linux?
>>>>
>>>>i mean
>>>>windows==windows
>>>>linux==linux
>>>>
>>>>thanks in advance.
>>>>
>>>>
>>>
>>>#############################
>>>You don't have to use windows for windows and unix for unix. I can
>>>run nmap on unix to port scan a windows box and ostrosoft on windows
>>>to port scan unix. However, when it comes to using certain
>>>hacking/network tools testing scripts, the choice of OS maybe limited.
>>>donnie.

>>
>>He is absolutely right. You can use either to scan the other. I preffer
>>to use linux when scanning any system. The Nessus (www.nessus.org)
>>security auditing software works really good for scanning windows
>>machines. You can specify specific 'plugins' to use. It allows you to
>>specify windows specific testing. Its good for a beginner.

>
>
> I agree also. Not sure if you are using UNIX but, check out www.nessus.org.
>
> Michael



Concur! I do use tools like ISS in a win environment, one MUST become
familiar with the nix solutions. Not only for scanning but for many of
the IDS functionalities. While snort has a win port for example the OS
overhead impacts data gathering capabilities on high volume networks.
Like most things testing with several methodologies will yield better
results. Learning to read and interpret logs is a great area to learn,
not only to use and run various security tools, but in the forensics
arena as well. One learns much if they examine security failures too. It
is too easy to reformat and reimage, to understand the compromise and
how it was accomplished is fun. Beyond scanning a system for holes one
should also be able monitor and log activity and have the ability to
recover quickly. Backups are your friend.

Computer security is a balance game. One must always walk that fence
between usability and security. It is very easy to break things. There
is no such thing as a completely secure computer except maybe one
encased in concrete in the bottom of the ocean (that still is
debatable). This is one of the most difficult portions of computer
security. One can lock down security to the point of no communication
and minimal vulnerability, but how useful is the system? Does it meet
user requirements? Weighing user needs against the compromise potential
is the most difficult aspects to learn.

The second toughest job in computer security is changing the network
user behaviors to operate securely. It doesn't matter if you are
managing 1 user (yourself) or 1000. The user is often your own worst
enemy, even when you are that user!

Winged



winged
  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
Re: Dial-up Modem Question w_tom A+ Certification 0 09-18-2005 09:12 PM
"Installing two drives" question - what next? Jim A+ Certification 12 08-07-2005 01:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good God DVD Video 3 04-25-2005 04:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good Filthy Mcnasty DVD Video 0 04-25-2005 04:29 AM
Re: Safe Mode Question (A+ question) Gordon Findlay A+ Certification 0 06-16-2004 10:48 AM




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