LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices

View Poll Results: Is penetration testing part of the IT policy where you work?
Yes 12 60.00%
No 8 40.00%
Voters: 20. You may not vote on this poll

Reply
 
LinkBack Search this Thread
Old 01-09-2009, 10:19 PM   #1
win32sux
Moderator
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 367Reputation: 367Reputation: 367Reputation: 367
Question Is penetration testing part of the IT policy where you work?


I'm trying to determine whether or not penetration testing is an integral part of most organizations' information systems policies and procedures. I see penetration testing as vital for making sure systems are as tight as possible, but I suspect that it's only carried-out by a small percentage of organizations - even though there are so many GNU/Linux tools freely-available for this purpose. Please use this thread to share any insight or opinions you may have regarding these matters.

Last edited by win32sux; 01-11-2009 at 06:57 PM.
 
Old 01-10-2009, 01:05 PM   #2
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,730
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
There is something I'd like to share and that's simply because people mostly think that when their computer is turned off,sleeping,locked or has an encrypted hard disk that they are safe.What you can see here and here is just something to think about.I'm working on the source code because I think this is something important and can be used in many security related issues.
 
Old 01-10-2009, 05:19 PM   #3
win32sux
Moderator
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 367Reputation: 367Reputation: 367Reputation: 367
One doesn't need a penetration test to know one is vulnerable to a cold boot attack!
 
Old 01-10-2009, 05:48 PM   #4
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,730
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by win32sux View Post
One doesn't need a penetration test to know one is vulnerable to a cold boot attack!
Wikipedia says;
Quote:
A penetration test is a method of evaluating the security of a computer system or network by simulating an attack from a malicious source, known as a Black Hat Hacker, or Cracker. The process involves an active analysis of the system for any potential vulnerabilities that may result from poor or improper system configuration, known and/or unknown hardware or software flaws, or operational weaknesses in process or technical countermeasures. This analysis is carried out from the position of a potential attacker, and can involve active exploitation of security vulnerabilities. Any security issues that are found will be presented to the system owner together with an assessment of their impact and often with a proposal for mitigation or a technical solution. The intent of a penetration test is to determine feasibility of an attack and the amount of business impact of a successful exploit, if discovered. It is a component of a full security audit.
...having this definition in mind,cold boot attack can be considered as penetration testing.
 
Old 01-10-2009, 05:59 PM   #5
win32sux
Moderator
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 367Reputation: 367Reputation: 367Reputation: 367
Quote:
Originally Posted by alan_ri View Post
...having this definition in mind,cold boot attack can be considered as penetration testing.
That's true. It's just that, well, for example, I can tell you that all my boxes are vulnerable to a cold boot attack, yet I've never tested for it. But yeah, if you do test for it then that's definitely a type of penetration test. My bad.
 
Old 01-11-2009, 06:49 PM   #6
win32sux
Moderator
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 367Reputation: 367Reputation: 367Reputation: 367
I've added a poll and tweaked the topic a bit in the hopes of generating more feedback.
 
Old 01-11-2009, 07:08 PM   #7
bapigoo9
Member
 
Registered: Aug 2008
Posts: 107

Rep: Reputation: 16
Quote:
Originally Posted by win32sux View Post
but I suspect that it's only carried-out by a small percentage of organizations
Agree.
 
Old 01-11-2009, 08:33 PM   #8
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Debian, FreeBSD
Posts: 3,753
Blog Entries: 5

Rep: Reputation: Disabled
Voted "no".

Within my own department, we really need to take a closer look at penetration testing. There is no policy at the moment.

Last edited by anomie; 01-11-2009 at 08:36 PM. Reason: deleted some comments.
 
Old 01-11-2009, 09:03 PM   #9
jiobo
Member
 
Registered: Nov 2008
Posts: 180

Rep: Reputation: 36
Smaller organizations might not even have an IT policy, let alone a full timer in IT!
 
Old 01-11-2009, 09:15 PM   #10
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,021

Rep: Reputation: 125Reputation: 125
The last 3 projects I've worked on here (a largish, State government department) have stipulated pen testing as a requirement for sign off prior to production. I think it's smart, but the results are only as good as the participants and the environment.

Inexperienced testers and staff can really blow out a time-line, but that's a part of project life. Test environments that don't accurately reflect the production environment produce bad data and can leave you exposed to risk. The best results I've seen come when test plans are developed from the start of the project and testing is expected as part of the project and not an add-on to the process.
 
Old 01-12-2009, 02:45 AM   #11
win32sux
Moderator
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 367Reputation: 367Reputation: 367Reputation: 367
Quote:
Originally Posted by gilead View Post
The last 3 projects I've worked on here (a largish, State government department) have stipulated pen testing as a requirement for sign off prior to production.
Is your department also the one who ends up running the systems or do you turn them over to another department once they have passed the tests? I'm wondering if social engineering vulnerabilities are part of what you test for, but that would probably only be applicable if you're not just building the systems but running them too.
 
Old 01-12-2009, 04:41 AM   #12
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,021

Rep: Reputation: 125Reputation: 125
Quote:
Originally Posted by win32sux View Post
Is your department also the one who ends up running the systems or do you turn them over to another department once they have passed the tests? I'm wondering if social engineering vulnerabilities are part of what you test for, but that would probably only be applicable if you're not just building the systems but running them too.
No, we hand them over to the Operations area. There needs to be sign off for all levels of testing (I work mainly with system and user acceptance testing). I conduct penetration testing prior to the formal pen testing which is done by an external organisation. My work there is so we can keep re-work to a minimum and a little personal pride - I don't like surprises, but I'd rather be fixing things well before they get to production.

The social engineering side of things would be interesting to concentrate on. Several of the pen test reports stated "if the user does...". We have training for the users and we hope that the application will keep the opportunity for trickery to a minimum, but the human aspect is always the least predictable (for me, anyway). I'd be interested to hear how other people address this - the pseudo technical answer of popping up an "are you sure" dialog is useless as far as I'm concerned.
 
Old 01-12-2009, 05:12 AM   #13
win32sux
Moderator
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 367Reputation: 367Reputation: 367Reputation: 367
Yeah, social engineering (and reverse social engineering) vulnerabilities seem to me like one of the most interesting things to test for. I think the fact that one is able to deal directly with humans instead of machines is what makes it interesting for me. Plus it can really shake up an end user, making him/her much more aware of the danger, thereby reducing the chances of a real attack being successful. At least in theory (you know how end users are).

Last edited by win32sux; 01-12-2009 at 05:16 AM.
 
Old 01-15-2009, 12:04 AM   #14
LaughingBoy
Member
 
Registered: May 2006
Location: Adelaide, South Australia
Distribution: Fedora 6-13 x64 / Ubuntu 10.x x64
Posts: 94

Rep: Reputation: 16
Security and {money, time, ease of use} are always at logger-heads. Opposing forces if you will. You can tighten security, but it's always at the expense of money, time, and ease of use. ie: It takes time to do this, which costs money, and will more than likely have an impact on the item's ease of use.

I was doing this for a while, before I was asked "Why bother? If a hacker gets this far into our organisation, we're in more trouble than what ever's on your PC...."

My 2c...
 
Old 01-15-2009, 03:52 PM   #15
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
PenTesting is a requirement of PCI DSS https://www.pcisecuritystandards.org/ depending on the 'level' you fall into...

So if you take Credit cards at your organization depending on how many tx per month Pen testing would be a requirement.

for us that is a Yes,
 
  


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
SeLinux local policy won't work ocgltd Linux - Security 5 09-16-2008 02:10 PM
Beginer Penetration Testing Live Cds penguinlinux Linux - Security 3 05-03-2007 09:09 PM
penetration testing, security audit - principles, attitude, steps to follow ddaas Linux - Security 3 04-09-2006 11:56 AM
Debian policy testing to stable question kushalkoolwal Debian 8 02-07-2006 04:29 PM


All times are GMT -5. The time now is 04:19 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration