Home
Amazon Inspector
Inspector Filter Criteria Example
Inspector Filter Criteria Example
Compliance Container Security EC2 Lambda Security Vulnerability Scanning
Inspector Filter Criteria Example is an example object payload from Amazon Inspector, with 42 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
awsAccountId codeVulnerabilityDetectorName codeVulnerabilityDetectorTags codeVulnerabilityFilePath componentId componentType ec2InstanceImageId ec2InstanceSubnetId ec2InstanceVpcId ecrImageArchitecture ecrImageHash ecrImagePushedAt ecrImageRegistry ecrImageRepositoryName ecrImageTags epssScore exploitAvailable findingArn findingStatus findingType firstObservedAt fixAvailable inspectorScore lambdaFunctionExecutionRoleArn lambdaFunctionLastModifiedAt lambdaFunctionLayers lambdaFunctionName lambdaFunctionRuntime lastObservedAt networkProtocol portRange relatedVulnerabilities resourceId resourceTags resourceType severity title updatedAt vendorSeverity vulnerabilityId vulnerabilitySource vulnerablePackages
Example Payload
{
"awsAccountId": "id-abc123",
"codeVulnerabilityDetectorName": "example-resource",
"codeVulnerabilityDetectorTags": "example-value",
"codeVulnerabilityFilePath": "example-value",
"componentId": "id-abc123",
"componentType": "example-value",
"ec2InstanceImageId": "id-abc123",
"ec2InstanceSubnetId": "id-abc123",
"ec2InstanceVpcId": "id-abc123",
"ecrImageArchitecture": "example-value",
"ecrImageHash": "example-value",
"ecrImagePushedAt": "example-value",
"ecrImageRegistry": "example-value",
"ecrImageRepositoryName": "example-resource",
"ecrImageTags": "example-value",
"epssScore": "example-value",
"exploitAvailable": "example-value",
"findingArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
"findingStatus": "ACTIVE",
"findingType": "example-value",
"firstObservedAt": "example-value",
"fixAvailable": "example-value",
"inspectorScore": "example-value",
"lambdaFunctionExecutionRoleArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
"lambdaFunctionLastModifiedAt": "example-value",
"lambdaFunctionLayers": "example-value",
"lambdaFunctionName": "example-resource",
"lambdaFunctionRuntime": "2025-03-15T14:30:00Z",
"lastObservedAt": "example-value",
"networkProtocol": "example-value",
"portRange": "example-value",
"relatedVulnerabilities": "example-value",
"resourceId": "id-abc123",
"resourceTags": "example-value",
"resourceType": "example-value",
"severity": "example-value",
"title": "example-value",
"updatedAt": "example-value",
"vendorSeverity": "example-value",
"vulnerabilityId": "id-abc123",
"vulnerabilitySource": "example-value",
"vulnerablePackages": "example-value"
}