|
17 | 17 | - [Cultivating a Security-Aware Mindset](./awareness/cultivating-a-security-aware-mindset.md) |
18 | 18 | - [Staying Informed & Continuous Learning](./awareness/staying-informed-and-continuous-learning.md) |
19 | 19 | - [Resources & Further Reading](./awareness/resources-and-further-reading.md) |
20 | | -- [Operational Security]() |
21 | | -- [Key Management]() |
22 | | -- [External Security Reviews]() |
23 | | -- [Vulnerability Disclosure]() |
24 | | -- [Infrastructure]() |
25 | | -- [Monitoring]() |
26 | | -- [Front-End/Web Application]() |
27 | | -- [Incident Management]() |
28 | | -- [Threat Modeling]() |
29 | | -- [Governance]() |
30 | | -- [DevSecOps]() |
31 | | -- [Privacy]() |
32 | | -- [Supply Chain]() |
33 | | -- [Security Automation]() |
34 | | -- [Identity and Access Management IAM]() |
35 | | -- [Secure Software Development]() |
36 | | -- [Security Testing]() |
| 20 | +- [Operational Security](./opsec/README.md) |
| 21 | + - [Fundamentals](./opsec/fundamentals.md) |
| 22 | + - [Governance & Program Management](./opsec/governance.md) |
| 23 | + - [Risk Management](./opsec/risk-management.md) |
| 24 | + - [Control Domains](./opsec/control-domains.md) |
| 25 | + - [Organizational Controls](./opsec/control-domains/organizational.md) |
| 26 | + - [People & Personnel](./opsec/control-domains/people.md) |
| 27 | + - [Physical & Environmental](./opsec/control-domains/physical-environmental.md) |
| 28 | + - [Technical & Digital](./opsec/control-domains/technical.md) |
| 29 | + - [Lifecycle](./opsec/lifecycle.md) |
| 30 | + - [Identify Information & Assets](./opsec/lifecycle/identify.md) |
| 31 | + - [Threat Modeling & Analysis](./opsec/lifecycle/threat-modeling.md) |
| 32 | + - [Vulnerability Assessment](./opsec/lifecycle/vulnerability-assessment.md) |
| 33 | + - [Risk Assessment & Prioritization](./opsec/lifecycle/risk-prioritization.md) |
| 34 | + - [Countermeasure Selection & Implementation](./opsec/lifecycle/countermeasures.md) |
| 35 | + - [Monitoring & Detection](./opsec/monitoring-detection.md) |
| 36 | + - [Incident Response & Recovery](./opsec/incident-response.md) |
| 37 | + - [Continuous Improvement & Metrics](./opsec/continuous-improvement.md) |
| 38 | + - [Integration & Mapping to Other Frameworks](./opsec/integration.md) |
| 39 | + - [Appendices](./opsec/appendices.md) |
| 40 | + - [Policy & Template Library](./opsec/appendices/policies.md) |
| 41 | + - [Case Studies & Exercises](./opsec/appendices/case-studies.md) |
| 42 | + - [Glossary of Terms](./opsec/appendices/glossary.md) |
| 43 | +- [Wallet Security](./wallet-security/README.md) |
| 44 | + - [Cold vs Hot Wallet](./wallet-security/cold-vs-hot-wallet.md) |
| 45 | + - [Custodial vs Non-Custodial](./wallet-security/custodial-vs-non-custodial.md) |
| 46 | + - [Hardware Wallets](./wallet-security/hardware-wallets.md) |
| 47 | + - [Signing Schemes](./wallet-security/signing-schemes.md) |
| 48 | + - [Software Wallets](./wallet-security/software-wallets.md) |
| 49 | +- [External Security Reviews](./external-security-reviews/README.md) |
| 50 | + - [Expectation](./external-security-reviews/expectation.md) |
| 51 | + - [Preparation](./external-security-reviews/preparation.md) |
| 52 | + - [Security Policies and Procedures](./external-security-reviews/security-policies-procedures.md) |
| 53 | + - [Vendor Selection](./external-security-reviews/vendor-selection.md) |
| 54 | +- [Vulnerability Disclosure](./vulnerability-disclosure/README.md) |
| 55 | + - [Security Contact](./vulnerability-disclosure/security-contact.md) |
| 56 | + - [Bug Bounties](./vulnerability-disclosure/bug-bounties.md) |
| 57 | +- [Infrastructure](./infrastructure/README.md) |
| 58 | + - [Asset Inventory](./infrastructure/asset-inventory.md) |
| 59 | + - [Cloud Infrastructure](./infrastructure/cloud.md) |
| 60 | + - [DDoS Protection](./infrastructure/ddos-protection.md) |
| 61 | + - [DNS and Domain Registration](./infrastructure/dns-and-domain-registration.md) |
| 62 | + - [Identity and Access Management](./infrastructure/identity-and-access-management.md) |
| 63 | + - [Network Security](./infrastructure/network-security.md) |
| 64 | + - [Operating System Security](./infrastructure/operating-system-security.md) |
| 65 | + - [Zero-Trust Principles](./infrastructure/zero-trust-principles.md) |
| 66 | +- [Monitoring](./monitoring/README.md) |
| 67 | + - [Guidelines](./monitoring/guidelines.md) |
| 68 | + - [Thresholds](./monitoring/thresholds.md) |
| 69 | +- [Front-End/Web Application](./front-end-web-app/README.md) |
| 70 | + - [Web Application Security](./front-end-web-app/web-application-security.md) |
| 71 | + - [Mobile Application Security](./front-end-web-app/mobile-application-security.md) |
| 72 | + - [Common Vulnerabilities](./front-end-web-app/common-vulnerabilities.md) |
| 73 | + - [Security Tools and Resources](./front-end-web-app/security-tools-resources.md) |
| 74 | +- [Incident Management](./incident-management/README.md) |
| 75 | + - [Communication Strategies](./incident-management/communication-strategies.md) |
| 76 | + - [Incident Detection and Response](./incident-management/incident-detection-and-response.md) |
| 77 | + - [Lessons Learned](./incident-management/lessons-learned.md) |
| 78 | + - [Playbooks](./incident-management/playbooks.md) |
| 79 | + - [SEAL 911 War Room Guidelines](./incident-management/seal-911-war-room-guidelines.md) |
| 80 | +- [Threat Modeling](./threat-modeling/README.md) |
| 81 | + - [Create and Maintain Threat Models](./threat-modeling/create-maintain-threat-models.md) |
| 82 | + - [Identity Mitigate Threats](./threat-modeling/identity-mitigate-threats.md) |
| 83 | +- [Governance](./governance/README.md) |
| 84 | + - [Compliance with Regulatory Requirements](./governance/compliance-regulatory-requirements.md) |
| 85 | + - [Risk Management](./governance/risk-management.md) |
| 86 | + - [Security Metrics and KPIs](./governance/security-metrics-kpis.md) |
| 87 | +- [DevSecOps](./devsecops/README.md) |
| 88 | + - [Code Signing](./devsecops/code-signing.md) |
| 89 | + - [Continuous Integration and Deployment](./devsecops/continuous-integration-continuous-deployment.md) |
| 90 | + - [Integrated Development Environments](./devsecops/integrated-development-environments.md) |
| 91 | + - [Repository Hardening](./devsecops/repository-hardening.md) |
| 92 | + - [Security Testing](./devsecops/security-testing.md) |
| 93 | +- [Privacy](./privacy/README.md) |
| 94 | + - [Secure Browsing](./privacy/secure-browsing.md) |
| 95 | + - [Data Removal Services](./privacy/data-removal-services.md) |
| 96 | + - [Digital Footprint](./privacy/digital-footprint.md) |
| 97 | + - [Encrypted Communication Tools](./privacy/encrypted-communication-tools.md) |
| 98 | + - [Financial Privacy Services](./privacy/financial-privacy-services.md) |
| 99 | + - [Privacy-Focused Operating Systems and Tools](./privacy/privacy-focused-operating-systems-tools.md) |
| 100 | + - [VPN Services](./privacy/vpn-services.md) |
| 101 | +- [Supply Chain](./supply-chain/README.md) |
| 102 | + - [Dependency Awareness](./supply-chain/dependency-awareness.md) |
| 103 | + - [Supply Chain Levels for Software Artifacts](./supply-chain/supply-chain-levels-software-artifacts.md) |
| 104 | +- [Security Automation](./security-automation/README.md) |
| 105 | + - [Threat Detection and Response](./security-automation/threat-detection-response.md) |
| 106 | + - [Compliance Checks](./security-automation/compliance-checks.md) |
| 107 | + - [Infrastructure as Code](./security-automation/infrastructure-as-code.md) |
| 108 | +- [Identity and Access Management IAM](./iam/README.md) |
| 109 | + - [Role-Based Access Control](./iam/role-based-access-control.md) |
| 110 | + - [Secure Authentication](./iam/secure-authentication.md) |
| 111 | + - [Access Management Best Practices](./iam/access-management.md) |
| 112 | +- [Secure Software Development](./secure-software-development/README.md) |
| 113 | + - [Secure Coding Standards Guidelines](./secure-software-development/secure-coding-standards-guidelines.md) |
| 114 | + - [Code Reviews and Peer Audits](./secure-software-development/code-reviews-peer-audits.md) |
| 115 | + - [Secure Code Repositories and Version Control](./secure-software-development/secure-code-repositories-version-control.md) |
| 116 | + - [Threat Modeling and Secure Design Principles](./secure-software-development/threat-modeling-secure-design-principles.md) |
| 117 | +- [Security Testing](./security-testing/README.md) |
| 118 | + - [Dynamic Application Security Testing](./security-testing/dynamic-application-security-testing.md) |
| 119 | + - [Fuzz Testing](./security-testing/fuzz-testing.md) |
| 120 | + - [Security Regression Testing](./security-testing/security-regression-testing.md) |
| 121 | + - [Static Application Security Testing](./security-testing/static-application-security-testing.md) |
37 | 122 | - [ENS](./ens/README.md) |
38 | 123 | - [Data Integrity & Verification](./ens/data-integrity-verification.md) |
39 | 124 | - [Cross-Chain Compatibility](./ens/cross-chain-compatibility.md) |
40 | 125 | - [Smart Contract Integration](./ens/smart-contract-integration.md) |
41 | 126 | - [Interface Compliance](./ens/interface-compliance.md) |
42 | 127 | - [Name Handling & Normalization](./ens/name-handling-normalization.md) |
43 | | -- [Safe Harbor]() |
44 | | -- [Encryption]() |
| 128 | +- [Safe Harbor](./safe-harbor/README.md) |
| 129 | + - [Key Terms](./safe-harbor/key-terms.md) |
| 130 | + - [Protocol](./safe-harbor/protocol.md) |
| 131 | + - [Technical Outline](./safe-harbor/technical-outline.md) |
| 132 | + - [Whitehat](./safe-harbor/whitehat.md) |
| 133 | +- [Encryption](./encryption/README.md) |
| 134 | + - [Cloud Data Encryption](./encryption/cloud-data-encryption.md) |
| 135 | + - [Communication Encryption](./encryption/communication-encryption.md) |
| 136 | + - [Database Encryption](./encryption/database-encryption.md) |
| 137 | + - [Email Encryption](./encryption/email-encryption.md) |
| 138 | + - [Encryption in Transit](./encryption/encryption-in-transit.md) |
| 139 | + - [File Encryption](./encryption/file-encryption.md) |
| 140 | + - [Full Disk Encryption](./encryption/full-disk-encryption.md) |
| 141 | + - [Hardware Encryption](./encryption/hardware-encryption.md) |
| 142 | + - [Partition Encryption](./encryption/partition-encryption.md) |
| 143 | + - [Volume Encryption](./encryption/volume-encryption.md) |
45 | 144 |
|
46 | 145 | # About this |
47 | 146 |
|
|
0 commit comments