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
  • rustscan -a admin-dev1.xx.io
  • Commercial Products
    • Fortify
      • Fortify is a Static Application Security Testing (SAST) tool
    • Snyk Code Check
    • DNS cloudflare or Quad9
  • Password Gen
    openssl rand -base64 2048 > password.file
    # to gen lower-case uuid
    uuidgen |tr '[A-Z]' '[a-z]' |pbcopy
  • Check the email blacklist on the Internet
  • Security Review
    • burp suite
    • metasploit
    • fail to ban?
  • Browser
    • Disable google local network check
      • chrome://flags/ - Local Network Access Checks

Documents

Libraries

  • metasploit
  • PKI - Public Key Infrastructure
  • arch: Security Form
    • Need to post critical update policy
    • spf and dmark tool
    • monitor admin activity AWS, Google, other


  • 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
  • Oauth
    # gen new key?
    php bin/console --env=dev key:generate:okp --use=sig --alg=EdDSA Ed25519

JWT