🔌 Developer API
Free, no-signup, curl-able JSON endpoints for the everyday pure-logic transforms — so you can wire CyberRamen into playbooks, Slack bots, and CI pipelines without opening a browser.
Tools API — /api/tools/
Pure logic: no external calls, nothing stored or forwarded. Pass parameters as a GET query string, or POST a JSON body ({"input":"…"}) for larger payloads. Discovery: https://cyberramen.com/api/tools/
curl 'https://cyberramen.com/api/tools/defang?input=http://evil.example.com/x'
curl 'https://cyberramen.com/api/tools/refang?input=hxxp://evil[.]example[.]com'
curl 'https://cyberramen.com/api/tools/hash-id?input=5d41402abc4b2a76b9719d911017c592'
curl 'https://cyberramen.com/api/tools/cidr?input=10.0.0.0/24'
curl 'https://cyberramen.com/api/tools/timestamp?input=1700000000'
curl 'https://cyberramen.com/api/tools/ioc-extract?input=see%208.8.8.8%20and%20evil%5B.%5Dcom'
curl 'https://cyberramen.com/api/tools/cvss?vector=CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
GRC datasets API — /api/v1/
Read-only access to the governance/risk datasets (frameworks, control crosswalk, regulatory calendar, evidence lists). See /api/v1/ for its discovery document.
Terms
Provided as-is under CC BY 4.0 — attribution “CyberRamen.com”. No warranty; heuristic outputs (hash type, extracted IOCs) should be verified before action. Endpoints are rate-limited to keep them free for everyone. Questions or a higher limit? hello@cyberramen.com.