SECURITY .FURYBEE
Cybersecurity resources — guides, scripts, and tools to protect your systems.
▸ Latest Articles
DDoS Attacks: Understanding, Prevention, and Mitigation
Dive into the world of Distributed Denial-of-Service (DDoS) attacks, understand their mechanisms, and explore effective prevention techniques and mitigation strategies to safeguard your digital infrastructure.
Demystifying ISO 27001: Your Guide to Information Security Certification
Explore ISO 27001 certification, understanding its importance, the process, key controls, and benefits for robust information security management.
Serverless Security: Challenges and Best Practices
Explore the unique security challenges of serverless architectures (AWS Lambda, Azure Functions, Google Cloud Functions) and learn best practices for building robust and secure serverless applications.
AI Supply Chain Attacks: Poisoned Models, Malicious Plugins, and Rogue Skills
Understanding supply chain risks in AI ecosystems — from poisoned training data to malicious plugins and compromised model weights.
Monitoring AI Agents: Logging, Alerting, and Audit Trails
How to monitor what your AI agent is doing in real-time. Set up logging, action auditing, and alerts for suspicious behavior.
AI and Data Privacy: What Your LLM Knows About You
How to protect your personal data when using AI assistants. Understanding data flows, local vs cloud models, and privacy-first AI configurations.
⟨/⟩ Scripts & Tools
Lightweight Intrusion Detection System (LIDS)
A Bash script to monitor critical system files for unauthorized changes using SHA-256 hashes.
Security Log Analyzer
A Python script that parses auth.log and syslog to detect brute-force attempts, suspicious logins, and privilege escalation events.
Firewall Audit Script
Automated script to audit iptables/nftables and UFW firewall rules, detect overly permissive configurations, and generate a security report.
SSL Certificate Checker
A Bash script to check SSL/TLS certificate expiration dates, cipher suites, and common misconfigurations across multiple domains.
SSH Hardening Script
Automated script to harden your Linux server's SSH configuration. Applies security best practices in a single command.
Port Scanner Bash
A simple and efficient port scanner written in Bash. Ideal for quick checks with no external dependencies.