Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

This action helps the user identify hosts that were scanned or not scanned and why. The action allows choosing to get a summary for all scans launched since a certain date/time or within a date range.
External DocumentationTo learn more, visit the Qualys documentation.

Basic Parameters

ParameterDescription
Scans AfterInclude scans started since a certain date. The date must be less than or equal to today’s date.
Scans UntilInclude scans started up to a certain date. The date must be more than or equal to scan_datetime_since, and less than or equal to today’s date.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Example Output

{
	"SCAN_SUMMARY_OUTPUT": {
		"RESPONSE": {
			"DATETIME": "2020-09-15T09:09:36Z",
			"SCAN_SUMMARY_LIST": {
				"SCAN_SUMMARY": {
					"SCAN_REFERENCE": "scan/9876543210.12345",
					"SCAN_INPUT": {
						"TITLE": "CustomAgScan",
						"USER": {
							"USERNAME": "qualys_joe"
						},
						"SCHEDULED": 0,
						"SCAN_DATETIME": "2020-04-01 06:55:55",
						"NETWORK": {
							"ID": 63010,
							"NAME": "Custom Network"
						},
						"OPTION_PROFILE": {
							"ID": 86395,
							"NAME": "Initial Options"
						},
						"TARGETS": {
							"IP_LIST": {
								"COUNT": 256,
								"IP_DATA": {
									"RANGES": {
										"RANGE": "11.1.1.0-11.1.1.255"
									}
								}
							},
							"DNS_LIST": {
								"COUNT": 3,
								"DNS_DATA": {
									"DNS_CSV": "sample2.com,sample3.com,sample1.com"
								}
							},
							"NETBIOS_LIST": {
								"COUNT": 3,
								"NETBIOS_DATA": {
									"NETBIOS_CSV": "NB1.COM,NB3.COM,NB2.COM"
								}
							},
							"ASSET_GROUP_LIST": {
								"COUNT": 1,
								"ASSET_GROUP_DATA": {
									"ASSET_GROUP": {
										"ID": 206216,
										"NAME": "Custom Network Asset Group"
									}
								}
							}
						}
					},
					"SCAN_DETAILS": {
						"STATUS": "ERROR",
						"LAUNCH_DATETIME": "2020-04-01 06:55:55",
						"DURATION": 1261
					},
					"SCAN_RESULTS": {
						"HOSTS": {
							"COUNT": 262,
							"HOSTS_DATA": {
								"SCANNED": {
									"IP_LIST": {
										"COUNT": 9,
										"IP_DATA": {
											"RANGES": {
												"RANGE": "43.56.78.111-43.56.78.119"
											}
										}
									}
								},
								"FAILED_SLICE_HOSTS": {
									"IPV4_LIST": {
										"COUNT": 8,
										"IPV4_DATA": {
											"IPV4_CSV": "10.10.10.1,10.20.10.10-10.20.10.13,10.10.10.3,10.20.10.7,10.10.10.8,10.20.10.11"
										}
									},
									"IPV6_LIST": {
										"COUNT": 2,
										"IPV6_DATA": {
											"IPV6_CSV": "::ff01,::ff02,::ff02"
										}
									},
									"DNS_LIST": {
										"COUNT": 4,
										"DNS_DATA": {
											"DNS_CSV": "sample4.com, sample5.com, sample6.com, sample7.com"
										}
									},
									"NETBIOS_LIST": {
										"COUNT": 4,
										"NETBIOS_DATA": {
											"NETBIOS_CSV": "WIN2KB, SATEELITE,WIN4KB, KRWSDG"
										}
									}
								}
							}
						},
						"DETECTIONS": {
							"IG": {
								"TOTAL_COUNT": 7216,
								"COUNT_BY_SEVERITY": {
									"SEVERITY_1": 4467,
									"SEVERITY_2": 2232,
									"SEVERITY_3": 517,
									"SEVERITY_4": 0,
									"SEVERITY_5": 0
								}
							},
							"VULN": {
								"CONFIRMED": {
									"TOTAL_COUNT": 8054,
									"COUNT_BY_SEVERITY": {
										"SEVERITY_1": 238,
										"SEVERITY_2": 985,
										"SEVERITY_3": 2124,
										"SEVERITY_4": 2546,
										"SEVERITY_5": 2161
									}
								},
								"POTENTIAL": {
									"TOTAL_COUNT": 1497,
									"COUNT_BY_SEVERITY": {
										"SEVERITY_1": 17,
										"SEVERITY_2": 420,
										"SEVERITY_3": 579,
										"SEVERITY_4": 304,
										"SEVERITY_5": 177
									}
								}
							}
						}
					}
				}
			}
		}
	}
}

Workflow Library Example

List Vm Scan Summaries with Qualys and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop