Security
Terms
- Common Vulnerability Scoring System (CVSS)
- Forum of Incident Response and Security Teams (FIRST)
- OWASP
- OSSTMM
- Single Sign On (SSO)
- ISO 27001
- ISO/IEC 27001:2013 or ISO/IEC 27001:2022 certification
- Service Organization Control 2 (SOC 2) Type II reports such as SSAE 16 Type II or ISAE 3402 Type II or NIST Cybersecurity Framework
- Cloud Security Alliance (CSA) Official CCM or CAIQ Security Self-Assessment
- NIST Artificial Intelligence Risk Management Framework
- The Hacker News - Find current threats
- https://delve.co/ - compliance standards
rustscan -a admin-dev1.xx.io
- https://dexidp.io/ — like keycloak
Password Gen
openssl rand -base64 2048 > password.file # to gen lower-case uuid uuidgen |tr '[A-Z]' '[a-z]' |pbcopy
Secrets Management
File encryption
- https://github.com/mozilla/sops - parts of file
Check the email blacklist on the Internet
Review the apache logs...
- /.env
- phpmyadmin
Security Review
- burp suite
- metasploit
- fail to ban?
Automated setup
Browser
- Disable google local network check
- chrome://flags/ - Local Network Access Checks
- Disable google local network check
Documents
Libraries
- https://github.com/github/codeql - code scanning
- DeepSource - automated code reviewers
- https://github.com/SonarSource/sonarqube - continuous inspection
- https://github.com/semgrep/semgrep - find bugs
- https://github.com/Bearer/bearer - scanning tool
Image Scanners
- metasploit
- PKI - Public Key Infrastructure
arch: Security Form
- Need to post critical update policy
- spf and dmark tool
- monitor admin activity AWS, Google, other
Commit Hooks to prevent secrets in GIT
KeyCloak
SOPS config encryption tool
- Create KMS keys in all accounts and east/west
- Use release page to install on linux
Age Encryption
- Use release page to install on linux
Open Policy Agent
- The Open Policy Agent (OPA) is an open source, general-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack
OpenID
Oauth
# gen new key? php bin/console --env=dev key:generate:okp --use=sig --alg=EdDSA Ed25519