Skip to content

thread-blue/cybersecurity-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Cybersecurity Scripts Toolkit

Lab Tested Python

Practical Python tools for log analysis, threat detection, and automation.
Part of my Home SOC Lab portfolio... used in blue team, SOC, and basic incident response workflows.


Key Objectives

  • Automate repetitive security workflows
  • Parse and analyze logs for suspicious behavior
  • Build lightweight tools for reconnaissance and defense
  • Demonstrate scripting capability in operational security

Script Index

Script Name Description Status
hello.py Environment setup confirmation ✅ Completed
log_parser.py Parses auth logs to detect login anomalies ✅ Completed
port_scanner.py TCP port scanner using sockets 🛠️ In progress
alert_trigger.py Real-time alert on suspicious log entries ⏳ Planned
auto_blocker.py IP blocker based on brute-force detection ⏳ Planned

Capabilities Demonstrated

  • File I/O and structured log parsing
  • Modular scripting and CLI argument handling
  • Regex for pattern detection (upcoming)
  • Socket-based scanning (in development)
  • Defensive automation via IP rules or alerts

About

Python scripts for log analysis, threat detection, and SOC automation. Lab-tested as part of my SOC Lab environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors