Connect this data source on your own, using the Hunters platform.
TL;DR
Supported data types | 3rd party detection | Hunters detection | IOC search | Search | Table name | Log format | Collection method |
---|---|---|---|---|---|---|---|
Cyera Issues | cyera_issues | NDJSON | API | ||||
Cyera Datastores | cyera_datastores | NDJSON | API |
Overview
Cyera automatically discovers and classifies your data, protects it from exposure, and allows you to maintain a resilient posture.
Data from Cyera is collected and ingested by Hunters, and can be used for triaging and investigation.
Supported data types
Cyera Issues
Table name: cyera_issues
Issues created by Cyera on the monitored assets.
Cyera Datastores
Table name: cyera_datastores
A snapshot of all datastores seen by Cyera.
Send data to Hunters
Hunters supports the collection of logs from Cyera using API.
To connect Cyera logs:
Follow this guide by Cyera to acquire the following information:
Client ID (Example -
869cd05a-a795-404d-9baa-593d0f3506e4
)Client Secret (Example -
9e21419f-e9e8-42d5-8254-0b9861146e1b
)
Complete the process on the Hunters platform, following this guide.
Expected format
The expected format of the logs is the ND-JSON format as exported by Cyera.
Cyera Issues Sample
{"uid":"00e1122e-bec3-4af5-adf6-77fbaff0c8ca","name":"name1","severity":"High","createdDate":"2022-10-28T20:02:09.888Z","updatedDate":"2023-02-28T20:04:19.888Z","status":"Open","datastoreName":"data-store-name-one","datastoreUid":"dcc1e22334e5566778d99c00112e33a4f55667ed8c9fbab001d22334aded5566","provider":"PROVIDER","infrastructure":"infra1","engine":"engine1","regions":["us-west-1"],"risk":{"policyUid":"11223de4-bd55-6dad-a778-990ea1122334","riskType":"Type1","frameworks":["framework1"],"description":"description1"},"data":{"recordsAtRisk":112233445,"dataClassesUids":["123ab4d5e6f7890ef2f27a511c6f803dcd0c5224139e130bc1c2a33344556d77","aa001b22334c55667ddee8f9900g0h1122334455667c88b99e0c10330e515aad","1234567a8b9cde0f1g234567hi890j12k3456lm78no9220ee325dc0e11aa2233"]},"account":{"name":"Acc1","inPlatformIdentifier":"001122334455"},"classificationGroups":["Class1","Class2"]}
Cyera Datastores Sample
{"name":"name-one","provider":"AWS","uid":"01a2cb3d4567e89f012345gh6ijklmnop78qr9012stuv3wxy4z567890ab1c234","infrastructure":"infra-one","engine":"engine1","cloudProviderUrl":"https://test.example.com","scanningState":"Scanned","ghost":false,"regions":["us-west-2"],"vpc":null,"owner":null,"sensitivity":"Sensitive","recordCountBySensitivity":{"VerySensitive":0,"Sensitive":1111,"NotSensitive":0,"Unclassified":0},"account":{"name":"Acc1","inPlatformIdentifier":"001122334455"},"classificationGroups":["Class1","Class2"],"issues":{"open":0,"resolved":0,"ignored":0}}