myctrl.tools
are now your control tools
Supporting 120+ Global Compliance Frameworks
NIST
SOC 2
FedRAMP
ISO 27001
PCI DSS
HIPAA
GDPR
CIS
CMMC
AI RMF
Scroll Down
01 — Browse by Category
U.S. Federal
NIST, FedRAMP, DoD security frameworks for government compliance
8,557 items • 37 frameworks
NIST 800-53 FedRAMP NIST CSF
AI & Machine Learning
AI risk management, governance, and security frameworks
1,636 items • 9 frameworks
NIST AI RMF EU AI Act OWASP LLM
Privacy
Data protection and privacy regulations worldwide
2,899 items • 17 frameworks
GDPR HIPAA CCPA
International
Global security frameworks from regulatory bodies worldwide
3,243 items • 22 frameworks
Australia ISM UK CAF Canada ITSP
02 — Implementation Guidance
Technology Guidance
Know exactly how to implement controls
Configuration examples and verification tests for every major cloud platform. Go from control requirement to implementation with guidance from NIST, CIS, and cloud providers.
30+ technologies · 500+ verification commands
AWS Azure GCP Kubernetes Oracle Cloud +25 more
Explore Guidance →
# Check IAM credential report for MFA status
aws iam generate-credential-report
aws iam get-credential-report \
--output text \
--query 'Content' \
| base64 -d | cut -d, -f1,4
# List users without MFA
aws iam list-users \
--query 'Users[*].UserName' \
--output text | xargs -I \
aws iam list-mfa-devices \
--user-name 03 — AI-Native Compliance
Built for AI Workflows
From search to automation
Access controls via REST API, ask AI about any control inline, or build custom compliance views with natural language. Agent tools coming soon.
5 API endpoints · AI-powered views · ⌘J
anywhere