top of page
  • Writer's pictureArtee

How to Build a Successful Information Security Career

Updated: Oct 27, 2018


I’ve been writing about infosec for a while now, so I get a good amount of email asking the following question:

What should I do to get into Information Security?

So let’s answer it once and for all, all in one place. This resource will give you the knowledge to go from complete novice, to getting your first job, all the way to the top end of infosec.

Here’s how I have it broken down.


Let’s get started.


Education

Information Security is an advanced discipline, meaning you should ideally be good at some other area of tech before entering it. This isn’t required, but it’s common and it’s ideal. The three areas that infosec people normally come from are:

  1. System Administration

  2. Networking

  3. Development

Those are in order of most common entry points, not the best. Best would be development, then system administration, then networking.


But let’s assume you don’t have a background in any of those, and that you need to start from nothing. We need to learn you up, and there are three main ways of doing this:

  • University

  • Trade School

  • Certifications

I recommend doing a four-year program in Computer Science or Computer Information Systems or Information Technology with a decent university as the best option. But while you do it you need to be doing everything else in this article.


What you learn in college depends on the class content and your interaction with others, and the content you can likely get many different places. Hanging out and building stuff with a bunch of other smart people is the real benefit of university.


If you can’t do university you’ll need to learn another way, e.g., trade school or certifications. Any of these will do as long as you have the curiosity and self-discipline to complete what you start.


Here are the basic areas you need to get from either university, trade school, or self study/certification:

  1. Networking (TCP/IP/switching/routing/protocols,etc.)

  2. System Administration (Windows/Linux/Active Directory/hardening,etc.)

  3. Programming (programming concepts/scripting/object orientation basics)

Database is in there as well, mixed in with system administration and programming.

If you don’t have a good foundation in all three of these, and ideally some decent strength in one of them, then it’s going to be hard for you to progress past the early stages of an information security career. The key at this point is to not have major holes in your game, and being weak in any of those is a major hole.


I’m going to talk more about certifications later, but I mention them above for one reason: you can use the certification study books as teaching guides. They’re quite good at showing you the basics. Here are some examples:

  • Security+

  • Linux+

  • CISSP

  • CCNA

  • MCP Active Directory

  • CEH

There are great books out there (just Google for the best one) that can show you the basics of a topic quite rapidly. It’s a good way to make sure you don’t have any major gaps in your knowledge.


Programming


Programming is important enough to mention on its own.


Let me be clear about something: If you do not nurture your programming skills you will be severely limited in your information security career.


See the differences between programmer types here.


You can get a job without being a programmer. You can even get a good job. And you can even get promoted to management. But you won’t ever hit the elite levels of infosec if you cannot build things. Websites. Tools. Proofs of concept. If you can’t code, you’ll always be dependent on those who can.


Learn to code.


Input sources


One of the most important things for any infosec professional is a good set of inputs for news, articles, tools, etc.


This has traditionally been done with a list of preferred news sources based on the type of security the person is into. There are sites focused on network security, application security, OPSEC, OSINT, government security—whatever.


Increasingly, though, Twitter is replacing the following of websites. The primary reason for this is the freshness of data. Twitter is real-time, which gives it and advantage over traditional sources.


Twitter allows you to create (and subscribe to) lists. So if your username is @daniemiessler, you can just append /list/listname to it and tweets from everyone in that list.

My recommendation is to use two main sources:

  1. Twitter

  2. RSS feeds

Building Your Lab

Having a lab is essential. It’s actually one of the first things I ask when I’m looking at candidates during interviews. I ask what kind of lab or network they have at home, and if they reply that they don’t have either I thank them for their time.

The lab is where you learn. The lab is where you run your projects. The lab is where you grow.

There are a few options for lab setups.

  1. VMware (or similar) on a laptop or desktop

  2. VMware (or similar) on a laptop or desktop that’s now a server

  3. A real server with VMware (or similar) on it

  4. VPS systems online (EC2, Linode, Digital Ocean, LightSail, etc.)

I recommend a combination of #3 and #4 if you have the money, with #3 coming first. Here are some of the things you want to be able to do in such a lab:


  • Build an Active Directory forest for your house

  • Run your own DNS from Active Directory

  • Run your own DHCP server from Active Directory

  • Have multiple zones in your network, including a DMZ if you’re going to serve services out of the house

  • Graduate up to a real firewall as soon as possible. I recommend Sophos’ firewall (previously Astaro), as I’ve been using it since it came out, but there are other good iptables and pf options. Doing this will require you to learn about routing and NAT and all sorts of basics that are truly essential for progression.

  • Stand up a website on Windows/IIS

  • Stand up a website on Linux/PHP

  • Build a blog on Linux/Wordpress

  • Have a Kali Linux installation always ready to go

  • Build an OpenBSD box and create a DNS Server using DJBDNS

  • Set up a proxy server

  • Build and configure a local email server that can send email to the Internet using Postfix, Qmail, or Sendmail (I recommend Postfix)

I used a number of terms above that you may need to look up. Take that as an exercise!

These are the basics. Most people who are hardocre into infosec have done the list above dozens or hundreds of times over the years.


The advantage of a lab is that you now have a place to experiment. You hear about something from your news intake, and you can hop onto your lab, spin up a box, and muck about with it. That’s invaluable for a growing infosec mind.


Now that you have that list going, you can start focusing on your own projects.


You Are Your Projects

This is where the book knowledge stops and the creativity begins. You should always be working on projects.


As a beginner, or even as an advanced practitioner, nobody should ever ask you what you’re working on and you say, “Nothing.” Unless you’re taking a break in-between, of course.

Projects tend to cross significantly into programming. The idea is that you come up with a tool or utility that might be useful to people, and you go and make it.


And while you’re learning, don’t worry too much if someone has already done something beforehand. It’s fun to create, and you want to get used to the thrill of going from concept to completion using code.


The key skill you’re trying to nurture is the ability to identify a problem with the way things are currently done, and then to 1) come up with a solution, and 2) create the tool to solve it.

Don’t think about how many projects you have. If you approach it that way it’ll be artificial. Instead, just focus on interesting problems in security, and let the ideas and projects come to you naturally.


Have a Presence

Ok, now that you’ve done a few projects it’s time to let people know about them through your brand platform.


Yes, you should have a brand. It can be low-key if you wish, but it has to be there.

If you’re an introvert and/or you feel like it’s boastful to talk about anything you’ve done, stop it. This is not an industry where that mentality will help you. To get to the mid to high tiers you need to learn how to market yourself and your work.


Introversion and (false?)humility will not do. Do good work and be willing to talk about it.


Website

First you need a website. Some call this a blog, and that’s fine. The point is that you need a place to present yourself from. You should have an about page, some good contact information, a list of your projects, etc. And again, if you blog then that’s the place to do it.


Ideally you’d have a good domain. firstnamelastname.com is probably ideal, but many people cannot do that because their names are fairly common. There are other options, but choose carefully. You want this domain to remain the same until you die, or get taken into the rapture, or get uploaded into the collective.


Pick something good is what I’m saying. It’s your brand, and your brand matters.


Twitter

Same with Twitter. Have a good handle. Ideally firstnamelastname, but if you can’t do that pick a good alternative. Again, this is permanent personal infrastructure, so don’t make it @IHaxYou42.


Once you’ve got a good handle it’s time to start following some folks. There are a number of good lists out there for people to follow in infosec. Use one of those to get you started, and then adjust to taste.


Engage in conversation. Don’t force it. Don’t overextend when you aren’t knowledgeable. But if you have something to add then feel free to contribute. It doesn’t matter if you have 3 followers and they have 10,000. Twitter is a meritocracy. And if it isn’t, pretend it is.


One good way to get started is with retweeting content you like from others. As you become more able to add value yourself you can start alternating between retweets and your own original content.


Don’t take it too seriously. Many top security folks on Twitter ramble on about nothing 90% of the time. Others only post pristine content. Just be yourself and it’ll come through. And if it doesn’t, and you feel like you’re doing it all wrong, don’t worry about it. Keep to the above and you’ll be fine.


Social media

There are a ton of other social media outlets. The other big one you should care about is LinkedIn. Have a profile. Put effort into it. Keep it updated. And only connect with people who you either know or who you’ve had at least SOME interaction with. Adding everyone dilutes the power of the network for you and others.

It’s easy to do too much with social media. Resist that. Focus on your website and Twitter, with some LinkedIn thrown in. I keep Facebook mostly seperate, but that’s my personal preference.


On Certifications

I get so many questions about infosec certifications. So many. They come in two forms:

  1. Are infosec certifications really worth it?

  2. Which ones should I get?

Good news: I have answers.


Yes, certifications matter. And so do college degrees. And so does experience. And so does anything else that people think matters.


Let me say this plainly: Things have the value that others place on them.


Certifications don’t have any inherent value. They’re worth precisely as much as people value them. If employers are asking for them at places you want to get hired, they matter. If the places you want to get hired don’t care at all about them, they don’t have value there.


It’s that simple.


But let me simplify. This is for beginners, so yes, they matter.


Which certifications to get


Let’s do this by levels:


Beginner certs

If you’re just starting out, I recommend you get the following certifications:

  1. A+

  2. Network+

  3. Linux+

  4. Security+

No, I don’t work for CompTIA. Ha.


In this case I’m not saying that these certs have tremendous value except for the most novice of beginners, but there is value in the study.


Like I mentioned in the education section, certifications have good study materials, and if you get all four of these certifications you will have a decent understanding of lots of basics.


Advanced certs


I like to explain infosec certifications like so: You need your CISSP, you should get an audit cert (CISA/CISM), and you should get a technical cert (SANS). So:

  1. CISSP

  2. CISA/CISM

  3. SANS (GSEC/GPEN/GWAPT)

Once you have four years of experience in information security, you should have your CISSP. It’s the closest thing to a standard baseline that our industry has. It’s actually better than a computer science degree in a lot of organizations (because so many aren’t learning anything in their time in university).


Next you want to cover the audit space, which is a critical part of infosec. Get your CISA or CISM for that.


And finally you want to get one or more technical certifications. I recommend starting with the GSEC, which is surprisingly thorough. From there you can branch into GCIA or GPEN or GWAPT based on your preferences. But if you just get the GSEC that would be a good way to round out your food groups.


I actually recommend doing CISSP, then GSEC, then CISA/CISM. CISSP is the king, and then get your technical out of the way. Audit just rounds you out nicely.


There are a ton of other specialized certs in information security as well. The Offensive Security folks put out some great ones, and the European penetration testing certs are excellent as well. If you’re going to be doing pure pentesting interviews, and you don’t have much experience to show you’re good, then these are absolutely worth looking in to.


Then there’s CEH. It’s there, and people sometimes ask about it, so you might as well get it just to have it. But don’t brag about having it; that could go poorly for you in many circles.


Network with Others

Ok, before I continue, keep in mind that these sections aren’t necessarily serial. You don’t have to have a presence before you can get certifications, for example. Many can be done in parallel.


Alright, so now we have some education, we’ve got a lab going, we’re working on some projects, we’ve got our website and Twitter popping off, and we’re papered up.


Cool.


Now you need to reach out and talk to some folks. Again, you can and should have been doing this all along, but if you haven’t been it’s definitely time to do it.


Watch who’s coming to your website. Watch Twitter for interesting interactions. Reach out to those people. Start conversations. Go to where they’ll be and interact with them in person. Go to Vegas for Blackhat and DEFCON week. Lots of infosec people there to talk to.


Find a mentor

This one is almost worth its own section, but I’ll just put it here. Find someone who has a style that you like and ask them to mentor you. Email them. Call them up.


Do our research beforehand. Make sure you’ve done the stuff in this writeup first. Don’t come at them without having put the effort in.


Make it as easy as possible for them to help you and you’re not likely to be turned down. One thing I’ve seen in infosec is that people are extremely willing to help others who are eager to work and are just getting started.


Offer to intern

Offer to intern with someone. Offer to do their dirty work. Write scripts for them. Edit their blog posts. Help them sift through data. These things can help, and may lead directly to an interview or other type of hookup for you in the future.


Conferences


Conferences are a way to do a few things in the industry:

  1. See what new research is being done

  2. Catch up with your other infosec friends who live far away

  3. Present your own thoughts, ideas, and research for others to consume

For #1 you really don’t have to go to a conference. Most talks—especially the really good ones—are made available immediately afterwards, so you can just pull them off the website.

That doesn’t help with #2, though, and most infosec veterans after around 10 years on the scene are mostly going to conferences to see their friends. The talks basically serve as a setting for doing so rather than the centerpiece—especially since they can just get the talks online.


But for newcomers to the field talks can be an invaluable way to learn about the infosec culture. Here are a few I’d recommend considering:

If you’re just starting out, you should definitely go at least once to DEFCON. It’s basically a parody of itself at this point, but that’s just because it’s become so popular. Victim of its success and all.


Before DEFCON every year is BlackHat, which is a bit more professional (and expensive), but is also still decent for new people to attend.


Veterans in the field are starting to avoid these more and more each year, and are instead going to smaller cons that have the feel of old DEFCON, e.g. higher quality talks, a smaller venue that facilitates more intimate discussion with other participants, and…well, just fewer people.


A few of these include:

  • DerbyCon

  • ShmooCon

  • ThotCon

  • CactusCon

  • HouSecCon

…and others.


In addition to these traditional types of conferences, you should be signing up locally with your OWASP chapter. Start by just attending the meetings and soaking everything in, and then offer to volunteer to help out, and then—when you’re ready—ask to give a talk yourself.


You want to do the same thing with BSides in your local area. BSides are basically the alternative to major conferences in any given area. The biggest one is in Las Vegas and corresponds with the BlackHat/DEFCON event.


Bottom line for conferences:

  1. start local, participate, and try to give your own talks as soon as you’re ready

  2. if you’ve never been to a conference before you should probably see DEFCON at least once

  3. the smaller but popular conferences like DerbyCon and ShmooCon are generally considered “better” by most at this point, but that’s a sliding bar that moves with time based on popularity and exclusivity

  4. remember that the primary benefit of cons is networking and seeing your friends in an infosec setting

Making Contributions

Another great way to enhance your career is to use your skills to help out on various projects.

This is typically done using your programming skillset, and the key is to find things that align with your interests and your work. You don’t want to force this step, or any of them really. Do what comes natural.


A good way to get started is to simply notice, for the tools that you use and enjoy, if they have any outstanding bugs or issues. Reach out to the creator(s) of the tool and ask if you can help.


Github lends itself well to this type of interaction because of pull requests, which allow you to fix something which they can then bring into the project if they like it.

Hey there, I love the project and I have an idea how to fix this issue. Could I code up my proposed solution and send you a pull request?

99% of project leaders will jump all over this, and likely mention you in the credits as well.

  • It’s good practice for you

  • It helps improve the tool

  • You’ll help the project leader out

  • You’ll get your name out there as an active programmer

Even if you’re not helping in a technical way, there are all sorts of ways to help out projects. You could help organize input, create documentation, get the word out about the project, etc.


In short, find things you care about and help make them better. Don’t chase the credit; make it about the output and the credit will come.


Responding to CFPs

Closely related to mastering the conference scene is actually speaking at those conferences. And in order to do that you have to get familiar with the Call for Papers (CFP) game.


If you visit any conference website you’ll likely see a link for speakers, or for CFPs, and this is where you can find out how to submit. You can also subscribe to the conference’s email list and get notified as soon as a CFP opens as well.


Basically, conferences run on talks. Good talks. With good speakers. It’s the lifeblood of any good event. So every year, a few months before the event happens, the conference will open up their CFP, or call for papers, which is how people submit talks for consideration.


It’s called a call for papers because the whole concept comes from the academic space. In that context it’s a bunch of Ph.D’s or grad students submitting actual academic papers to a specialized conference (like the Peruvian Butterfly Mating Symposium) that are highly specialized, full of citations, and unlikely to be of interest to anyone outside their narrow field.


Information Security has borrowed the concept, but the rules are far more relaxed. First of all, people aren’t submitting academic style papers in most cases. They’re talks. Presentations. Slides, really.


Here are the things you’ll need to have to be able to submit:

  1. A Great Title: Conferences have tons of talks, and it’s hard to get peoples’ attention. So you have to have a pithy title. Something that is concise and descriptive. My current favorite that my friend I might soon present with a friend is, “From WTF to CTF: How to Become an InfoSec Force of Nature in Less Than 2 Years.” That will likely get some people in seats.

  2. A Decent Abstract: The abstract (again, from the academic world) is where you give a basic summary of what you’re going to be talking about. You need to really nail this, as it (combined with the title) is where the review committee is going to make the decision on whether or not to accept you. Depending on the conference this should be 1-5 paragraphs. Be sure to have the following: a basic description of the idea or concept, examples of what will be covered, and what people will get out of it. Be sure to mention if there are any demos or handouts. Conferences love those.

  3. A Deeper Description: Some conferences require you to provide a much more detailed description of the talk. What the sections are. What the demo will cover. Etc. You should have that available if you’re going to be submitting to conferences that require it, but in most cases you’ll be able to get by with a decently descriptive abstract.

  4. Your Bio: You’ll always need a bio. You should have one handy. See the speaker’s bundle section below. You might want to have a couple of bios available. A real formal one that talks about yourself seriously with lots of references to your work. And perhaps something more fun and light-hearted for more technical or hackerish conferences.

  5. A Headshot: You’ll often need a picture of yourself to send in with the talk. Make sure to have a few, so you can customize it for the type of conference you’re speaking at. The headshot will likely be different for RSA or some government conference than for DEFCON or Shmoocon.

The speaker’s bundle


I recommend you create a speaker’s bundle that has all of these:

  • Bio(s)

  • Headshot(s)

  • Talks (have this for each one)

    • Title

    • Abstract

    • Description

Have these stored somewhere so you can quickly copy and paste into CFP forms for various conferences as needed. It really sucks to miss CFPs because you couldn’t get organized fast enough.


Have this stuff ready to go. Conferences happen throughout the year, which means that once you get into it you’ll likely be submitting to at least a few cons per quarter.


Mastering Professionalism

Ok, now we’re entering the advanced arts. This is the stuff that will take you out of the middle tech areas into the land of the guru and the leader.


Professionalism is the packaging that you use to present yourself. Failing at this means your content can be world-class and you can still go unnoticed or be passed over. Here are the basics:

  1. Dependability. Don’t make commitments you don’t keep. Don’t miss meetings. Be early, not late. Don’t miss deadlines for projects. Under-promise and over-deliver.

  2. Wardrobe. Build yourself a decent wardrobe. Drop the t-shirts. Drop the gym shoes. Get yourself some quality jeans (dark) and some quality shoes. Invest in some decent dress shirts. Make sure everything fits well. And buy a couple of jackets to wear with your jeans; they are an exponent, not a multiplier. Finally, have at least one good suit for when it’s needed.

  3. Speak concisely. Be clear and crisp with your verbal communication. Don’t linger on points. Get them out cleanly and stop so the other person can reply.

  4. Tighten up your writing. Learn and implement this.

  5. Learn to present. Public speaking is a beast for many people, but if you can’t present you’ll be severely limited in how far you can advance. I recommend Toastmasters for anyone who has significant issues with the prospect of getting in front of people.

These skills magnify everything else you do, and you’ll be surrounded by people who are woefully unskilled in one or more of these areas at all times. Be the person who’s strong in all these areas and you will show well in most any situation.


Understanding the Business

This is a facet of development that many (most?) technical people lack, and it severely limits their ability to participate in conversations above a certain level.

Here’s the basic rule: For the business, everything comes down to money. Money in, money out. So all the work you’re doing with your risk program, or your vulnerability scans, or your new zero-day exploit—that’s all way below the area of focus for the business.

Businesses want to quantify risk so they can decide how much should be spent on mitigating it. You should be prepared to speak about how much risk is present (in dollars), how much money it’ll cost to mitigate that risk in various ways, and what (if any) residual risk will remain.


In short, try to have numbers for things, and try to think in terms of risk and mitigation vs. specific vulnerabilities and other security details.


Having Passion

Up until now we’ve been talking about the tangibles. Now let’s talk a bit about the other key differentiators. Curiosity. Interest. Passion.

90% of being successful is simply getting 100,000 chances to do so. You get chances by showing up. By spinning up that VM. By writing that proof of concept. By writing that blog post. And you have to do it consistently over a number of years.

You can do this two different ways:

  1. Inhuman amounts of self-discipline enable you to do this

  2. A deep, innate passion compels you to do this

Not many people can maintain the first one for that long. It’s hollow. It’s empty. These types are out there, but they often burn out and move on to something else.


Most who stay with infosec for many years, and who are successful, achieve success because they’re powered by an internal molten core. They’re up late at night writing a tool or a blog post not because it’s the scheduled time, but because they’re physically unable to do otherwise.


Ideally, someone wishing to succeed in this world of infosec should have a lot of self-discipline. It’s important. It’s respectable. You need a certain amount of it.


But if you truly want to thrive, and do so without a frozen soul, you should be pulled by passion rather than pushed by discipline.


Becoming Guru

Ok, so now you’ve done all this. You’ve got a ton of experience, you’re in your 30’s, 40’s, or 50’s, and things are looking good. What does the top tier look like? What are the top information security people able to do that others are not?


First of all, they have all of the stuff we’ve already talked about. But they have additional dimensions that set them apart.


Examples include:

  1. Financial knowledge. The ability to handle budgets, understand startup financing, make purchasing decisions, etc.

  2. Management experience. Managing projects and managing people are two distinct things, and people at this tier are good at both.

  3. An extensive network. Many at this tier know a good percentage of the major players in infosec and business.

  4. Dress/Ettiquete. Players at this table have significantly upgraded wardrobes, manners, etiquette, and enjoy more refined leisure activities, e.g., golf, skiing, boating, etc.

  5. Advanced education. Having a master’s degree at this tier is a good idea. It’s not essential, but many top tier positions do look for university degrees as a checkbox qualification.

  6. Media savvy. Be trained and capable of speaking with the media about various topics.

  7. The Tech/Business Hybrid. People at this level are able to go into a room of developers and help them, jump on a call with a Fortune 50 customer, update the board on a key issue, and then do an interview with a media source. Understanding different audiences and each of them needs is key.

  8. Creativity. Those who make it this far are expected to come up with new ideas and approaches to problems on a regular cadence. It’s not enough at this level to simply execute on what you’ve been given. You have to be able to innovate.

Reversing the interview

There’s something else that top security people often do after they’ve seen and done quite a few things in the industry:


They start thinking more about how they can change the world, and less about what the company is giving them.


So instead of asking about the 401K, or about vacation, or salary, they’re more likely to ask how much support they’ll have in the organization for doing what they think needs to be done. Or they’ll start only taking jobs where they feel they can directly impact security in a tangible way.


Basically, after a certain level of experience and success, some small percentage of security professionals will decide that there’s (almost) nothing a soul-crushing company could give them that would make them want to work there. And at that point they will only take jobs where they feel like they’re making an actual difference.


Not everyone gets to that point in their career, and not everyone necessarily should. But it’s an important distinction in perspective: are they still working to get more from the companies they work for, or have they transitioned to caring more about their impact on the industry?


Summary

I hope this resource is helpful to people as they enter and move through the various levels of an information security career.


If you have any feedback on how to improve what I have here, please let me know on Twitter or in the comments below.


Lesley Carhart (@hacks4pancakes) has a brilliant guide on the different career paths you can take within information security. Highly recommended!


Notes



  1. Remember that the farther you get into your career the less any education or certifications matter. It all becomes about what you’ve *done*, which is how it should be.

  2. Thanks to my friend Jason Haddix for reading versions of this.

  3. The ability to be focused on one’s impact on the industry also requires a certain level of confidence and/or influence that few have, otherwise the person will simply feel like a tiny cog that cannot possibly affect change. This is another reason only experienced and successful people tend to make this transition: they’re the only people who believe they can actually make a difference.

3 views0 comments
bottom of page