Ask HN: Resources to Start as a Cyber Security Professional
I would like to explore and start my career as a Cyber Security Professional but as I dig online the resources are kinda old.
What books do you recommend for beginners? What are the topics to be focused on? Malware? Pen Testing? Basic TCP/IP?
13 comments
[ 3.7 ms ] story [ 36.1 ms ] threadGo to Carnegie Mellon. While getting a BS in CS, be active in a student group called Plaid Parliament of Pwning. Finally, send me some sort of resume.
Take the courses that involve writing compilers and operating systems.
Do a project that involves writing an emulator, perhaps for one of the things DD-WRT runs on. You could start from MAME or Qemu, or do the whole thing from nothing.
Write a boot sector for the demo scene. For example, recently somebody wrote a PAC-MAN clone to run in 512 bytes.
Solve a DEFCON CTF problem. They are difficult puzzles, so try several. Learn to use Ghidra (free) or a similar tool. Freeware and demo versions are available for IDA Pro, Hopper Disassembler, and Binary Ninja.
I'd love to hear about more lowlevel security projects I can do, as I feel that would help me learn the most.
Best courses froms Sans here: https://www.sans.org/
Old doesn't mean outdated, old is usually foundation. Do you want to learn or next-next-hack?
...
> (remember, your average consumer believes in using an anti-virus to clean out a infected machine, when the correct thing to do is a complete wipe and reinstallation). Easier get them to offload most of their productivity tools to SaaSes and buy plenty of insurance than try to force FANG-level access control protocols on them.
this is a very bad advice.
You should know stuff like basic TCP/IP before you hop into any technical side of security.