Awesome Cyber Security Collections You Must Bookmark

Listen to this Post

Here’s a must-bookmark list of cybersecurity resources covering Red Team, Blue Team, SOC, Malware Analysis, Cloud Security, and more:

1. Awesome Red Team Ops:

https://github.com/CyberSecurityUP/Awesome-Red-Team-Operations

2. Awesome Red Teaming:

https://github.com/yeyintminthuhtut/Awesome-Red-Teaming

3. Red Teaming/Adversary Simulation Toolkit:

https://github.com/infosecn1nja/Red-Teaming-Toolkit

4. Awesome Cybersecurity Blue Team:

https://github.com/fabacab/awesome-cybersecurity-blueteam

5. Awesome OSINT:

https://github.com/jivoi/awesome-osint

6. Awesome DevSecOps:

https://github.com/devsecops/awesome-devsecops

7. Awesome Penetration Testing:

https://github.com/enaqx/awesome-pentest

8. Awesome Cloud PenTest:

https://github.com/dafthack/Cloud-Pentest-Cheatsheets

9. Awesome Malware Analysis:

https://github.com/rshipp/awesome-malware-analysis

10. Malware & Reverse Engineering Collection:

https://github.com/joaomatosf/jexboss

11. Awesome AWS Security:

https://github.com/toniblyx/my-arsenal-of-aws-security-tools

12. Awesome Shodan Search Queries:

https://github.com/jakejarvis/awesome-shodan-queries

13. Awesome SOC:

https://github.com/crytic/awesome-soc

14. Awesome Threat Intelligence:

https://github.com/hslatman/awesome-threat-intelligence

15. Awesome Reversing:

https://github.com/tylerha97/awesome-reversing

16. Awesome Cloud Security:

https://github.com/4ndersonLin/awesome-cloud-security

17. Awesome Forensics:

https://github.com/cugu/awesome-forensics

You Should Know:

Essential Linux Commands for Cybersecurity

  • Network Scanning:
    nmap -sV -A target.com 
    sudo tcpdump -i eth0 -w capture.pcap 
    
  • Log Analysis:
    grep "Failed password" /var/log/auth.log 
    journalctl -u ssh --no-pager 
    
  • Malware Analysis:
    strings suspicious_file 
    strace ./malicious_binary 
    

Windows Security Commands

  • Check Open Ports:
    netstat -ano | findstr LISTENING 
    
  • Process Analysis:
    tasklist /svc 
    wmic process get name,processid,executablepath 
    

Cloud Security (AWS CLI)

  • Check S3 Bucket Permissions:
    aws s3api get-bucket-acl --bucket my-bucket 
    
  • List EC2 Instances:
    aws ec2 describe-instances --query 'Reservations[<em>].Instances[</em>].{ID:InstanceId}' 
    

What Undercode Say:

Cybersecurity is a continuous learning process. Bookmarking these resources will help you stay ahead in Red Teaming, Blue Teaming, SOC operations, and malware analysis. Practice with real-world tools like Nmap, Wireshark, Metasploit, and AWS CLI to strengthen your skills.

Expected Output:

A comprehensive cybersecurity resource list with verified commands and tools for penetration testing, threat intelligence, and cloud security.

References:

Reported By: Priombiswas Ict – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅

Join Our Cyber World:

💬 Whatsapp | 💬 TelegramFeatured Image