List all security findings in a project
List all security findings in a project
query Parameters
All security findings in a project
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
The service has encountered an unexpected internal error. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 404
- 500
- 503
{- "findings": [
- {
- "category": "malicious-activity",
- "details": {
- "file": "/etc/passwd",
- "type": "integrity-monitoring",
- "difference": "s3://example-bucket/path/to/object",
- "pathToFile": "[/user/bin/malware.zip, /usr/bin/malware.zip/eicar.txt]",
- "fileSystemGUID": "5782184C-C4EA-47D2-9039-F1564F7735F3"
}, - "firstDetected": "2022-05-13T15:06:53Z",
- "id": "89aa5c20-b23b-4db1-ab7f-93bd96d46e8f",
- "lastDetected": "2022-05-13T15:06:53Z",
- "links": [
- {
- "rel": "project"
}
], - "name": "CVE-0000-0001",
- "resource": {
- "cloudResourceID": "arn:aws:lambda:us-east-1:012345678912:function:my-lambda",
- "id": "9aa5c20-b23b-4db1-ab7f-93bd96d46e8f",
- "name": "my-lambda-function",
- "type": "aws-lambda-function",
- "region": "us-east-1"
}, - "severity": "critical",
- "source": "Sentry",
- "type": "malware"
}
], - "next": "dGhpcyB2YWx1ZSBpcyBvcGFxdWUsIGRlY29kaW5nIGl0IHdvbid0IGJlIHVzZWZ1bAo="
}
Describe a count of findings inside of a project
Describe a count of findings inside of a project
query Parameters
The count of findings in a project
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
The service has encountered an unexpected internal error. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 404
- 500
- 503
{- "total": 10,
- "counts": {
- "malware": 5,
- "integrity-monitoring": 5
}
}
Describe a security finding
Describe a security finding
The security finding details
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
The service has encountered an unexpected internal error. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 404
- 500
- 503
{- "category": "malicious-activity",
- "details": {
- "file": "/etc/passwd",
- "type": "integrity-monitoring",
- "difference": "s3://example-bucket/path/to/object",
- "pathToFile": "[/user/bin/malware.zip, /usr/bin/malware.zip/eicar.txt]",
- "fileSystemGUID": "5782184C-C4EA-47D2-9039-F1564F7735F3"
}, - "firstDetected": "2022-05-13T15:06:53Z",
- "id": "89aa5c20-b23b-4db1-ab7f-93bd96d46e8f",
- "lastDetected": "2022-05-13T15:06:53Z",
- "links": [
- {
- "rel": "project"
}
], - "name": "CVE-0000-0001",
- "resource": {
- "cloudResourceID": "arn:aws:lambda:us-east-1:012345678912:function:my-lambda",
- "id": "9aa5c20-b23b-4db1-ab7f-93bd96d46e8f",
- "name": "my-lambda-function",
- "type": "aws-lambda-function",
- "region": "us-east-1"
}, - "severity": "critical",
- "source": "Sentry",
- "type": "malware"
}