Skip to main content
3 answers
4
Asked 209 views

What tools of the trade should I be familiar with?

I'm currently at Loring Job Corps to get training in Cisco. I'm later planning on take both Advance training programs: Cyper Security Ops and Advance Computer Systems Administration.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

4

3 answers


0
Updated
Share a link to this answer
Share a link to this answer

Jacob’s Answer

It's great to hear that you're pursuing training in Cisco and have plans for advanced training programs in cybersecurity and computer systems administration. To succeed in these fields, you should become familiar with several essential tools and technologies. Here's a list to get you started:

**1. Networking Tools:**
- **Cisco Networking Equipment:** Since you're training in Cisco, become proficient with Cisco routers, switches, and network management tools like Cisco Packet Tracer.
- **Wireshark:** A powerful network protocol analyzer used for troubleshooting and network analysis.

**2. Cybersecurity Tools:**
- **Security Information and Event Management (SIEM) Tools:** Familiarize yourself with popular SIEM tools like Splunk, Elasticsearch, or LogRhythm for monitoring and analyzing security events.
- **Penetration Testing Tools:** Learn tools like Metasploit, Nmap, Burp Suite, and Wireshark for ethical hacking and vulnerability assessments.
- **Firewall and Antivirus Software:** Understand how to configure and manage firewall and antivirus solutions.
- **Intrusion Detection and Prevention Systems (IDS/IPS):** Learn about Snort, Suricata, and other IDS/IPS tools.

**3. Operating Systems:**
- **Linux:** Gain proficiency in Linux systems, as many cybersecurity and systems administration tasks are performed on Linux servers.
- **Windows Server:** Familiarize yourself with Windows Server operating systems for systems administration.

**4. Virtualization and Cloud:**
- **Virtualization Tools:** Learn about virtualization platforms like VMware, VirtualBox, or Hyper-V for creating and managing virtual machines.
- **Cloud Platforms:** Understand cloud computing concepts and become proficient in cloud platforms like AWS, Azure, or Google Cloud.

**5. Scripting and Programming:**
- **Python:** Python is widely used in both networking and cybersecurity. Learn scripting in Python for automation and tool development.
- **Bash/Shell Scripting:** For Linux system administration tasks.

**6. Cybersecurity Frameworks and Standards:**
- **NIST Cybersecurity Framework:** Familiarize yourself with cybersecurity frameworks and standards, such as NIST, ISO 27001, and CIS.

**7. Certifications:**
- Consider pursuing industry-recognized certifications such as Cisco CCNA, CompTIA Security+, Certified Ethical Hacker (CEH), Certified Information Systems Security Professional (CISSP), and Certified Information Security Manager (CISM) to validate your skills.

**8. Soft Skills:**
- Develop strong communication, problem-solving, and teamwork skills, which are crucial in both cybersecurity and systems administration.

**9. Stay Updated:**
- Cybersecurity and IT fields are constantly evolving. Stay updated with the latest trends, vulnerabilities, and best practices through blogs, forums, and industry news sources.

**10. Lab Environments:**
- Set up your own lab environment to practice and experiment with different tools and technologies in a safe, controlled environment.

Remember that practical hands-on experience is invaluable in IT and cybersecurity. Continuously practice, experiment, and apply your knowledge in real-world scenarios. Your training and certifications will provide you with a strong foundation, but it's your ability to apply that knowledge effectively that will set you apart in these fields.
0
0
Updated
Share a link to this answer
Share a link to this answer

Ken’s Answer

This is going to depend on what you want to do with your career. Assuming you're steering yourself into security operations, you will be looking at a lot of logs but understanding those logs are critical. Your computer systems administrations class looks like a great supplement to your education. A few tools I recommend:
Burp Suite: for web application security testing. There's a free version and tons of YouTube videos on how to use it.
Wireshark: for analyzing network packet captures. Very useful and common tool for troubleshooting and investigating network layer issues.
Splunk: Very common log aggregation tool used for both operations and security. Grab the free version along with a developer's license. Then Splunk whatever machines you have access too (laptops, virtual machines, Mac, Windows, Linux) and any network devices that may send syslog.
AWS: There's a lot of AWS technologies to explore. You can get a free account and find training on YouTube or a number of other sources. Just be sure to delete all of your resources before your trial expires or you'll start getting charged.
Azure: Same thing as AWS.

Ken recommends the following next steps:

Get familiar with Burp Suite
Get the free version of Splunk along with a developer's license
Explore Wireshark
Take a look at AWS training
Take a look at Azure training
0
0
Updated
Share a link to this answer
Share a link to this answer

Adam’s Answer

Very good career path! You are already on to a great start. I recommend you gain a basic, and later expert, understanding of Kali Linux and all of the tools that can be used for security-related purposes. There are a great number of websites available that will let you download Kali Linux for free for training purposes if you have access to a PC.

Adam recommends the following next steps:

Research free online cyber security training.
Research Kali Linux heavily.
Thank you comment icon Thanks, can't wait to put this advice into action! anthony
0