Cyver Core supports direct imports from Prowler via JSON. Simply export your files to JSON and import them directly, to save all details. This includes data from Prowler's 500+ checks across AWS , GCP, and Azure clouds.
You can manually import findings and reports directly to Cyver Core. You can also automatically import Prowler results via the API.
Findings Field Mapping
| Field | Values | Example |
| Code | default: auto-generated | |
| Title | { "Title": "Check if ACM Certificates are about to expire in specific days or less" } | |
| Type | Vulnerability Observation | |
| Assets | ||
| Description | { "Description": "ACM Certificate 42b7deda... for stage.irpdata.org has expired (669 days ago)." } | |
| Occurrence | ||
| Labels | ||
| Severity | Info Low Medium High Critical (default: Info) | { "Severity": { "Label": "HIGH" } } |
| CVSS20Score | ||
| CVSS20Vector | ||
| CVSS30Score | ||
| CVSS30Vector | ||
| CVSS31Score | ||
| CVSS31Vector | ||
| CVSS40Score | ||
| CVSS40Vector | ||
| Impact | 0, 1, 2, 3, 4, 5 (default: 0) | |
| ImpactDescription | ||
| Likelihood | 0, 1, 2, 3, 4, 5 (default: 0) | |
| LikelihoodDescription | ||
| VulnerabilityTypes | DoS, CodeExecution, Overflow, MemoryCorruption, SqlInjection, XSS, DirectoryTraversal, HttpResponseSplitting, BypassSomething, GainInformation, GainPrivileges, CSRF, FileInclusion | |
| CWEList | for example: | |
| CVEList | for example: | |
| MITRE ATT&CK Techniques | ||
| MITRE ATT&CK Mitigations | ||
| MITRE ATT&CK Tactics | ||
| Controls | ||
| Compliance Status | ||
| Compliance Comment | ||
| BackgroundInformation | ||
| Recommendation | { "ExternalReferences": [ { "Title": "Monitor certificate expiration...", "Link": "https://..." } ] } | |
| External References | ||
| Status | Draft, PendingFix, Fixed, ReadyRetest, Accepted, ToReview, Reviewed (default: Draft) | |
| Evidence Title | Mapped from array item: resources[].name | { "resources": [ { "name": "Defender plan DNS" } ] } |
| Evidence Location | Mapped from array item: resources[].region | { "resources": [ { "region": "global" } ] } |
| Evidence Version | ||
| Evidence Reproduction | ||
| Evidence Results | ||
| Evidence Issue Details | Mapped from array item: resources[].type | { "resources": [ { "type": "AzureDefenderPlan" } ] } |
Important Notes & Limitations
- The maximum number of findings that can be imported in a single upload is 5,000 findings.
- If your file exceeds this limit, the import may fail depending on the selected import options (e.g., aggregation settings or filtering by severity).