Name | Type | Description | Notes |
---|---|---|---|
addresses | list[Address] | All addresses discovered on the asset. | [optional] |
assessed_for_policies | bool | Whether the asset has been assessed for policies at least once. | [optional] |
assessed_for_vulnerabilities | bool | Whether the asset has been assessed for vulnerabilities at least once. | [optional] |
configurations | list[Configuration] | Configuration key-values pairs enumerated on the asset. | [optional] |
cpe | str | The Common Platform Enumeration (CPE) of the operating system. This is the tertiary means of specifying the operating system fingerprint. Use `"osFingerprint"` or `"os"` as a more accurate means of defining the operating system. | [optional] |
databases | list[Database] | The databases enumerated on the asset. | [optional] |
_date | str | The date the data was collected on the asset. | |
description | str | The description of the source or collection of information on the asset. This description will appear in the history of the asset for future auditing purposes. | [optional] |
files | list[File] | The files discovered with searching on the asset. | [optional] |
history | list[AssetHistory] | The history of changes to the asset over time. | [optional] |
host_name | HostName | The primary host name (local or FQDN) of the asset. | [optional] |
host_names | list[HostName] | Additional host names for the asset. | [optional] |
id | int | The identifier of the asset. | [optional] |
ids | list[UniqueId] | Unique identifiers found on the asset, such as hardware or operating system identifiers. | [optional] |
ip | str | The primary IPv4 or IPv6 address of the asset. | [optional] |
links | list[Link] | [optional] | |
mac | str | The primary Media Access Control (MAC) address of the asset. The format is six groups of two hexadecimal digits separated by colons. | [optional] |
os | str | Free-form textual description of the operating system of the asset, typically from a fingerprinting source. This input will be parsed to produce a full fingerprint. This is the secondary means of specifying the operating system. Use `osFingerprint` for a more accurate definition. | [optional] |
os_fingerprint | OperatingSystem | The details of the operating system of the asset. At least one of `vendor`, `family`, or `product` must be supplied. This is the preferred means of defining the operating system. | [optional] |
raw_risk_score | float | The base risk score of the asset. | [optional] |
risk_score | float | The risk score (with criticality adjustments) of the asset. | [optional] |
services | list[Service] | The services discovered on the asset. | [optional] |
software | list[Software] | The software discovered on the asset. | [optional] |
type | str | The type of asset. | [optional] |
user_groups | list[GroupAccount] | The group accounts enumerated on the asset. | [optional] |
users | list[UserAccount] | The user accounts enumerated on the asset. | [optional] |
vulnerabilities | AssetVulnerabilities | Summary information for vulnerabilities on the asset. | [optional] |
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.