Collects vulnerability findings from Amazon Inspector v2 to monitor security issues across EC2 instances, ECR container images, and Lambda functions.
Sync Type: Incremental
Details
Amazon Inspector is an automated vulnerability management service that continuously scans AWS workloads for software vulnerabilities and unintended network exposure. This input connector retrieves security findings from Inspector v2 in your AWS account.
Functionality
On initialization, Monad connects to AWS Inspector in the specified region. The connector retrieves vulnerability findings and maintains state to ensure incremental updates on subsequent runs. Only new or updated findings since the last sync are collected, minimizing duplicates and API calls. Findings are sorted by their last observed time and filtered by status (active findings only).
The following configuration defines the input parameters. Each field's specifications, such as type, requirements, and descriptions, are detailed below.
Settings
Setting
Type
Required
Description
Region
string
Yes
The AWS region where Inspector is enabled.
Role ARN
string
Conditional
The ARN of the IAM role to assume for accessing Inspector.
Severity
array
No
Severity levels of findings to fetch. Accepts multiple values: INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL. If not specified, all severities are collected.
Backfill Start Time
string
No
The date to start fetching data from. If not specified, no past records will be fetched.
Secrets (Static Credentials Only)
Setting
Type
Required
Description
Access Key
string
Conditional
AWS Access Key ID
Secret Key
string
Conditional
AWS Secret Access Key
Authentication: Choose either Role ARN (recommended) or static credentials. See AWS Authentication Guide for setup instructions.