🔌 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.

No auth No tracking CORS * Rate-limited CC BY 4.0

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/

GET /api/tools/defang
Defang (or refang with &mode=refang) URLs, domains, IPs, emails.
curl 'https://cyberramen.com/api/tools/defang?input=http://evil.example.com/x'
GET /api/tools/refang
Reverse a defanged indicator back to its live form.
curl 'https://cyberramen.com/api/tools/refang?input=hxxp://evil[.]example[.]com'
GET /api/tools/hash-id
Identify a hash type from length/charset (MD5, SHA-*, bcrypt, argon2…).
curl 'https://cyberramen.com/api/tools/hash-id?input=5d41402abc4b2a76b9719d911017c592'
GET /api/tools/cidr
IPv4 subnet math — network, broadcast, mask, range, host counts.
curl 'https://cyberramen.com/api/tools/cidr?input=10.0.0.0/24'
GET /api/tools/timestamp
Convert epoch (s/ms/µs) or ISO 8601 to a normalized set of formats.
curl 'https://cyberramen.com/api/tools/timestamp?input=1700000000'
GET /api/tools/ioc-extract
Extract & de-dupe IOCs (URLs, IPs, domains, emails, hashes) from text.
curl 'https://cyberramen.com/api/tools/ioc-extract?input=see%208.8.8.8%20and%20evil%5B.%5Dcom'
GET /api/tools/cvss
CVSS v3.1 base score, severity, and impact/exploitability subscores.
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.