AWS Inspector

Supported version: Cloud

Pre-requisites:

  1. Python Script Integration Service deployed on the Gathr Analytics.
  2. Below libraries available on the Gathr Analytics: a. jsonpath_ng b. boto3
  3. All the required roles and permissions for the AWS Inspector.
  4. Client Id, Client Secret and AWS hosted region for the AWS Inspector.

Note : Permission required for AWS Inspector is : AmazonInspectorFullAccess IMPORTANT: Please make sure your AWS Inspector instance must be accessible from the Gathr Analytics Machine.

Operation Details:

Below are the list of all the python scripts operation for the AWS Inspector:

S.No.Operation NameDescription
1List Assessment TargetsGet a list of all the Assessment Targets in Inspector.
2List Assessment TemplatesGet a list of all the Assessment Templates in the AWS Inspector.
3List Assessment RunsGet a list of all the Assessment Runs corresponding to Templates ARN in AWS Inspector.
4List Assessment Run AgentsGet a list of all the Assessment Run Agents corresponding to Run ARN in AWS Inspector.
5List ExclusionsGet a list of all the Exclusions corresponding to Run ARN in AWS Inspector.
6List FindingsGet a list of all the Findings corresponding to Run ARN in AWS Inspector.
7List Rules PackagesGet a list of all the Rules Packages in the AWS Inspector.
8Get Assessment Templates DetailsGet the Details of the Assessment Templates in the AWS Inspector.
9Get Assessment Targets DetailsGet the Details of the Assessment Targets in the AWS Inspector.
10Get Assessment Runs DetailsGet the Details of the Assessment Runs in the AWS Inspector.
11Get Findings DetailsGet the Details of the Findings in the AWS Inspector.
12Get Rules Packages DetailsGet the Details of the Rules Packages in the AWS Inspector.
13Get Access Role DetailsGet the Details of the Cross Account Access Roles in the AWS Inspector.

Steps to use AWS Inspector on the Gathr Analytics:

The user needs to follow the below steps:

  1. The user needs to upload the Inspector App on the Gathr Analytics and in return it will auto-register all the python scripts on the Gathr Analytics.
  2. The user needs to right click on the floor and needs to go to the Scripts->Operations-> AWS Inspector.
  3. It will expose all the scripts operations here and the user can run any operation of his/her choice.
Top