CyCAT.org API back-end server including crawlers https://cycat.org/
 
 
Go to file
Alexandre Dulaunoy 513ad99b93
new: [api] namespace API access added
You can do queries like:

- http://127.0.0.1:5000/namespace/finduuid/mitre-attack-id/T1589.003

and also list the known namespaces of the CyCAT instance.

curl -X 'GET' \
  'http://127.0.0.1:5000/namespace/getall' \
    -H 'accept: application/json'

and get

[
  "capec",
  "mitre-attack-id"
]
2021-05-29 16:24:30 +02:00
backend new: [api] namespace API access added 2021-05-29 16:24:30 +02:00
crawler new: [api] namespace API access added 2021-05-29 16:24:30 +02:00
README.md chg: [doc] basic README added 2021-04-03 18:04:45 +02:00

README.md

CyCAT.org services

Back-end

  • backend - software to run your own CyCAT.org API service

Crawler