Hello Everyone, Welcome to my security repo. In this repo, I upload practical and human-centric documentation and product designs for the Cybersecurity Industry. I would also like to mention that these designs and security documentation aren't made as a replacement for NIST or SANS. Instead, they are made as an model of improvement and easier to understand versions of both professional frameworks. This documentation can also help companies comply with legal requirements like GDPR or the Data Protection Act 2018. For those who may be looking for code or tools to download, I do not have the current infrastructure or resources to implement these designs myself. However, I provide full permission to anyone who wishes to implement my designs. I will not ask for credit although you can give me it if you wish to do so. I only ask that these designs are accessible to as many people as possible. You can also adapt these designs to your own resources and needs.
GPG Verification commands:
- gpg --import public-key.asc - Make sure to first import the public key in order to be able to verify.
- gpg --verify "Architecture of safety.pdf.asc" "Architecture of safety.pdf" - This command will allow you to verify my security architecture specifically. Other GPG document verification commands:
- gpg --verify "Threat Actor Types.pdf.asc" "Threat Actor Types.pdf"
- gpg --verify "Phishing Detection System.pdf.asc" "Phishing Detection System.pdf"
- gpg --verify "Malware Infection Handling Protocol.pdf.asc" "Malware Infection Handling Protocol.pdf"
- gpg --verify "Airport Device Handling Protocol.pdf.asc" "Airport Device Handling Protocol.pdf"
- gpg --verify "Online Information Handling Protocol.docx.asc" "Online Information Handling Protocol.docx"
- gpg --verify "Risk Management Framework.pdf.asc" "Risk Management Framework.pdf"
- gpg --verify "Vulnerability Management Framework.pdf.asc" "Vulnerability Management Framework.pdf"
- gpg --verify "OSGuardian Design.pdf.asc" "OSGuardian Design.pdf"
- gpg --verify "SafetyManager Design.pdf.asc" "SafetyManager Design.pdf"
- gpg --verify "RBAC System Design.pdf.asc" "RBAC System Design.pdf"
Security Documentation and Designs as of 1st July 2026:
- Security Architecture - This Security Architecture covers the human-centric, defense-in-depth and practical approach towards security seen throughout my work. I would recommend reading this if you want more understanding on core security principles.
- Threat actor types - This document covers the different threat actors, their attack vectors and mainstream protections that can be used against them. I would recommend reading this if you want more understanding about threat modelling.
- Phishing detection system - This document covers an practical and human-centric approach in handling phishing attempts. I would recommend reading this if you want to have a system or structure for dealing with phishing.
- Malware Infection Handling Protocol - This document covers an incident response approach in handling malware on your device. I would recommend reading this if you want to have an practical and consistent approach to handling malware. Make sure to adapt this for dealing with ransomware as needed.
- Airport Device Handling Protocol - This document covers how to handle security in airport environments. I would recommend reading this if you want to stay secure at airports or if you are an high risk-user. Make sure to adapt the forced handover section based on the countries you are travelling to as each country has different laws.
- Online Information Handling Protocol - This document covers on how to handle OPSEC with an focus on social media and data brokers. Read this if you want an more structured and specific advice on OPSEC.
- Risk Management Framework - This document covers the different approaches and structures that can be used to handle risks both in cybersecurity and other applications. I would recommend reading this if you want an structure for handling risks.
- Vulnerability Management Framework - This document covers the structures that can be used to handle vulnerabilities in Cybersecurity. I would recommend reading this if you want structure for handling vulnerabilities.
- OSGuardian Design - This document covers the design specifications and features of an practical, enterprise-grade and privacy-first anti-virus. I would recommend reading this if you wanted design ideas for an security product or if you are interested in anti-virus architecture.
- SafetyManager Design - This document covers the design specifications and features of an practical, privacy-first and human-centric password manager design. I would recommend reading this if you wanted design ideas for an security product or if you are interested in password manager architecture.
- RBAC System Design - This document covers the design specifications and features of an practical, human-centric access control architecture across operating systems, networks and accounts. I would recommend reading this if you want to implement RBAC controls or implement the full system.