Skip to content

cletqui/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • Fix the linting issue in doh.ts
  • Add more methods for the endpoints

Endpoints ideas

Web Related Endpoints

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