insightvm-asset
Get asset detail by asset id.
Syntax
insightvm-asset [profile=PROFILE] [id=ID] [ip=IP] [detail=DETAIL]
Options
- profile=PROFILE
- Optional. Comma separated insightVM profile name
- id=ID
- Optional. Asset id to query
- ip=IP
- Optional. Asset ip to query
- detail=DETAIL
- Optional. Indicates whether to include software and vulnerabilities.t/f(default: t)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | InsightVM connect profile name |
| id | Long | Id | The identifier of the asset |
| ip | String | IP | The primary IPv4 or IPv6 address of the asset |
| mac | String | MAC | The primary MAC address of the asset |
| addresses | List | Addresses | All IP addresses discovered on the asset |
| hardware | List | Hardware | All MAC addresses discovered on the asset |
| aliases | List | Aliases | All host names or aliases discovered on the asset |
| host_type | String | Host Type | The type of asset |
| unique_identifiers | List | Unique Identifiers | Unique identifiers found on the asset, such as hardware or OS identifiers |
| os | String | OS | The full description of the operating system of the asset |
| cpe | String | CPE | The CPE 2.2 of the operating system fingerprint |
| last_scan | Date | Last Scan | The date of the last scan of the asset |
| original_risk_score | Double | Original Risk Score | The base risk score of the asset |
| context_driven_risk_score | Double | Context-driven Risk Score | The risk score with criticality adjustments of the asset |
| vulnerabilities_summary | Map | Vulnerabilities Summary | Vulnerability counts by severity (critical/severe/moderate/total, exploits, malware kits) |
| vulnerabilities | List | Vulnerabilities | The vulnerabilities found on the asset with assessment results |
| asset_history | List | Asset History | The history of changes to the asset over time |
| installed_software | List | Installed Software | The software discovered on the asset |
| services | List | Services | The services discovered on the asset |
| users | List | Users | The user accounts enumerated on the asset |
| groups | List | Groups | The group accounts enumerated on the asset |
| files | List | Files | The files discovered on the asset |
| directories | List | Directories | The directories discovered on the asset |