From 809b5dd5424ff18b6e0d5aa3f36c0a0afadee306 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 1 Jun 2021 12:27:21 +0200 Subject: [PATCH] chg: [doc] updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3584a3d..3d55f75 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - CyCAT - The Cybersecurity Resource Catalogue public API services document is available as [OpenAPI 2.0 swagger file](https://api.cycat.org/swagger.json). - [PDF](https://www.cycat.org/assets/docs/api-documentation-3.pdf) of the CyCAT API. -## API Usage Example +## API Usage and Examples ### Search by namespace topic @@ -126,7 +126,7 @@ curl -X 'GET' \ -H 'accept: application/json' ~~~ -Will return all the UUIDs matching the keyword queried. Then the returned UUIDs can be used to find relationships and corresponding items. +Will return all the UUIDs matching the keyword queried (in this case `APT33`). Then the returned UUIDs can be used to find relationships and corresponding items. ~~~ [ @@ -159,7 +159,7 @@ Will return all the UUIDs matching the keyword queried. Then the returned UUIDs ] ~~~ -## Crawler +## Crawlers available to feed the CyCAT back-end - [GitHub](./crawler/github/) - [MISP Feeds](./crawler/misp-feeds/)