Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 2.85 KB

Asset.md

File metadata and controls

33 lines (29 loc) · 2.85 KB

Asset

Properties

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]
databases list[Database] The databases enumerated on the asset. [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 str The primary host name (local or FQDN) of the asset. [optional]
host_names list[HostName] All host names or aliases discovered on 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] Hypermedia links to corresponding or related resources. [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 The full description of the operating system of the asset. [optional]
os_fingerprint OperatingSystem The details of the operating system of the asset. [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]

[Back to Model list] [Back to API list] [Back to README]