LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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


Reply
  Search this Thread
Old 10-14-2023, 03:47 PM   #1
quiero424
LQ Newbie
 
Registered: Apr 2020
Posts: 12

Rep: Reputation: Disabled
Question Best certs or courses for Linux Security?


I've been working in the cybersecurity industry for about a decade, using Linux for IDS/hardening and general security. I was wondering what courses/certs folks would recommend most for Linux security to demonstrate knowledge, I could do the Linux+ route but I'd prefer to not have to memorize a bunch of stuff on mounting disks etc if I want to demonstrate security knowledge..Thanks!
 
Old 10-14-2023, 07:33 PM   #2
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
I would suggest learning Linux more deeply if you want to posture as a security leader. For example, creating CIS Hardened operating systems for an organization. It can be frustrating as a user to have a security team mandate hardened systems but for them not be able to carry out the hardening (for example in the cloud) skills-wise. Security should be about relationship building and partnerships which is how you get buy-in from teams shifting security left.

In terms of certifications, lately I hear a lot of good things about CISSP. Following OWASP is another valuable knowledge base in addition to knowing CIS benchmarks.

Last edited by sag47; 10-14-2023 at 07:36 PM.
 
Old 10-15-2023, 08:01 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,710

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by sag47 View Post
I would suggest learning Linux more deeply if you want to posture as a security leader. For example, creating CIS Hardened operating systems for an organization. It can be frustrating as a user to have a security team mandate hardened systems but for them not be able to carry out the hardening (for example in the cloud) skills-wise. Security should be about relationship building and partnerships which is how you get buy-in from teams shifting security left.

In terms of certifications, lately I hear a lot of good things about CISSP. Following OWASP is another valuable knowledge base in addition to knowing CIS benchmarks.
Well said; was wondering how someone could be a cyber security expert and not know basics.
 
Old 10-15-2023, 09:05 AM   #4
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Quote:
Originally Posted by TB0ne View Post
Well said; was wondering how someone could be a cyber security expert and not know basics.
It is quite possible because a lot of the intrusion and scanning tools make easy to consume reports from system and software scans. So a security team can scan, file tickets with teams, and not have a full grasp of what they're asking of others. This can lead to over communication without actionable feedback, cause tensions, and create noise with false positives.

However, OP seems interested in deepening their security posture as an expert and it is unavoidable to get deeper in to the systems aspect if they want to position themselves on the technical side of security work. CISSP also has a management track so I guess it kind of depends on OP's goal here.

Last edited by sag47; 10-15-2023 at 09:07 AM.
 
1 members found this post helpful.
Old 10-15-2023, 09:28 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,710

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by sag47 View Post
It is quite possible because a lot of the intrusion and scanning tools make easy to consume reports from system and software scans. So a security team can scan, file tickets with teams, and not have a full grasp of what they're asking of others. This can lead to over communication without actionable feedback, cause tensions, and create noise with false positives.

However, OP seems interested in deepening their security posture as an expert and it is unavoidable to get deeper in to the systems aspect if they want to position themselves on the technical side of security work. CISSP also has a management track so I guess it kind of depends on OP's goal here.
True but as you said it leads to false positives and without having a real grasp of what they're doing how can you be in true expert? I wouldn't consider someone who looks at a tool and a graph and files a ticket an expert especially after a decade working in the field.
 
1 members found this post helpful.
Old 10-16-2023, 12:29 PM   #6
quiero424
LQ Newbie
 
Registered: Apr 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
I'm fine with doing Linux+ if that's the best route. It looks increasingly like it is, since I am doing more projects with designing secure servers and hard drives.
 
Old 10-16-2023, 08:01 PM   #7
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Quote:
Originally Posted by quiero424 View Post
I'm fine with doing Linux+ if that's the best route. It looks increasingly like it is, since I am doing more projects with designing secure servers and hard drives.
Linux+ would be good for fundamentals and then building on that would be implementing a CIS benchmark from scratch. I could implement a benchmark for one OS in a few weeks being lazy; a lot faster with focus. That is to say, it is feasible for one experienced person to tackle in a short period of time.

I called out the second bullet specifically because a lot of cloud operating systems (for example amazon linux) come as non-partitioned drives with the raw storage formatted to a filesystem (typically XFS). Because of that, you need to get fancy with loop devices, bind mounts, etc. I use similar techniques for configuring file-based swap storage in the cloud.

There’s application specific benchmarks as well such as tomcat and docker. From applications it kind of depends on your focus and the enterprise support you provide. I did this tomcat benchmark in my spare time because I support and run a lot of Java apps. https://github.com/samrocketman/docker-tomcat

Last edited by sag47; 10-16-2023 at 08:20 PM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 8 Best Linux Online Training Courses from Udemy LXer Syndicated Linux News 0 05-26-2021 08:21 AM
Best distro for LPI and Linux+ certs ninjaz Linux - Certification 3 07-14-2005 11:44 PM
Unix certs Linux certs and jobs bru Linux - Certification 1 11-18-2004 10:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 03:27 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration