Skip to content

cletqui/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 31, 2025
e1d1d6f · Mar 31, 2025

History

35 Commits
Oct 7, 2024
Oct 31, 2024
Apr 22, 2024
Apr 15, 2024
Oct 23, 2024
Mar 31, 2025
Mar 31, 2025
Oct 23, 2024
Oct 7, 2024

Repository files navigation

API

Table of Contents

Motivation

Cyber API on the go, deploy endpoints for cybersecurity actions.

URLs

api.cybai.re

Swagger

Swagger Swagger JSON

Endpoints

/dns-query: DNS records
/certs : Certificate Transparency
/ipinfo: Fetch IP information
/whois: Fetch IP/domain whois information

Roadmap

  • Add more DoH resolvers to resolvers.json
  • Improve README.md
  • Handle errors returned by DoH or crt.sh
  • Validation based on { content: application/json } header
  • Add more parameters for CRT ("limit" to limit the number of certificates returned)
  • Implement IP Info endpoint
  • Implement Whois endpoint
  • Implement Spamhaus endpoint for domains and IP
  • Implement CVE API endpoint
  • Fix the linting issue in doh.ts
  • Add more methods for the endpoints
  • Implement authentication (JWT, Bearer, Basic...)
  • When linked with frontends, implement CSRF Protection or IP Restriction

Endpoints ideas

Web Related Endpoints

/header: Fetch website header
/pages: Fetch all website pages
/ping: Ping domain to check latency and status