|
Parameter |
Mandatory /Optional |
Data Type |
Description |
|---|---|---|---|
|
os |
Optional |
(string) |
|
|
dnsHostName |
Optional |
(string) |
|
|
netbiosName |
Optional |
(string) |
|
|
netbiosNetworkId |
Optional |
(integer) |
|
|
networkGuid |
Optional |
(uuid) |
|
|
address |
Optional |
(string) |
|
|
trackingMethod |
Optional |
(AssetTrackingMethod: NONE, ICS_OCA, IP, DNSNAME, NETBIOS, INSTANCE_ID, QAGENT, GCP_INSTANCE_ID (only for GCP instances), SHODAN, PASSIVE_SENSOR, EASM |
|
|
openPort |
Optional |
(HostAssetOpenPortQList) |
|
|
software |
Optional |
(HostAssetSoftwareQList) |
|
| Read only fields | |||
|
qwebHostId |
(long) |
||
|
lastVulnScan |
(date) |
||
|
lastComplianceScan |
(date) |
||
|
vulnsUpdated |
(date) |
||
|
informationGatheredUpdated |
(date) |
||
|
account |
(HostAssetAccount) |
||
|
biosDescription |
(string) |
||
|
manufacturer |
(string) |
||
|
model |
(string) |
||
|
networkInterface |
(HostAssetInterface) |
||
|
processor |
(HostAssetProcessor) |
||
|
timezone |
(string) |
||
|
totalMemory |
(long) |
||
|
volume |
(HostAssetVolume) |
||
| EC2 fields | |||
|
region |
(text) Specify the region code for the AWS region. For example, ap-northeast-1, us-east-2, eu-west-3, etc. |
||
|
vpcId |
(text) The ID of your Amazon VPC. |
||
|
imageId |
(text) ID of the Amazon Machine Image (AMI). |
||
|
instanceId |
(text) EC2 Instance ID. |
||
|
accountId |
(text) Amazon account ID. |
||
|
instanceState |
(text) EC2 Instance state. For example, PENDING, RUNNING, TERMINATED, STOPPED, etc. |
||
|
subnetId |
(text) ID of the subnet where your instance is located (when Amazon VPC is used). |
||
|
privateDnsName |
(text) The private DNS name of the instance. |
||
|
awsTagKey |
(text) EC2 instance tags. For example, Owner, Department, Email, Lifecycle, Name, etc. |
||
|
created |
(date) When the asset is created. |
||
|
firstdiscovered |
(date) When Qualys runs to connector and the asset gets discovered |
||
|
createdDate |
(date) It is the launch date of an instance from the cloud. |
||
| Azure Assets | |||
|
vmId |
(text) The ID of your VM instance. |
||
|
subscriptionId |
(text) Your unique Microsoft Azure subscription ID. |
||
|
location |
(text) Specify the location code for the Azure region. For example, centralindia, westus2. |
||
|
state VM |
(keyword) The Instance state. You can specify one of the following states:STARTING, RUNNING, STOPPING, STOPPED, DEALLOCATED, DEALLOCATING, DELETED. |
||
|
subnet |
(text) ID of the subnet where your VM instance is located (when Azure VPC is used). |
||
|
resourceGroup |
(text) Type of the resource group to which the VM instance belongs. |
||
|
resourceGroupName |
(text) Name of the resource group type to which the VM instance belongs. |
||
|
privateIpAddress |
(text) The private IP address of the VM instance. |
||
|
publicIpAddress |
(text) The public IP address of the VM instance. |
||
|
azureTagKey |
(text) VM instance tags. For example, Owner, Department, Email, Lifecycle, Name, etc. |
||
|
azureTagValue |
(text) Values for the VM instance tag keys. |
||
|
imageOffer |
(text) Image offer of the VM instance. |
||
|
imageVersion |
(text) Image version of the VM instance. |
||
HostAssetOpenPortQList - Open ports (HostAssetOpenPortList) detected or explicitly added to the asset. This collection is keyed off of the port and protocol.
|
Element |
Data type |
|---|---|
|
port |
integer |
|
protocol |
protocol (TCP, UDP, ICMP) |
|
Element |
Data type |
|---|---|
|
serviceId |
integer |
|
serverName |
string (name of the service detected on the port - read only) |
HostAssetSoftwareQList - A list of software (HostAssetSoftware) installed on the machine, keyed on the name.
|
Element |
Data Type |
|---|---|
|
name |
string |
|
version |
string |
HostAssetVulnQList - A list of vulnerabilities detected on the host. Only vulnerabilities flagged as found will be returned. More detailed information about each detected vulnerability can be obtained from the HostInstanceVuln resource, cross referenced by the hostInstanceVulnId field. The HostInstanceVuln can also be used to find previously detected vulnerabilities that are currently marked as not found.
|
Element |
Data type |
|---|---|
|
qid |
long |
|
hostInstanceVulnID |
long |
|
firstFound |
date |
|
lastFound |
date |