QualysGuard

This documentation provides details about the data that can be faked for QualysGuard.

To retrieve generated/fake data for QualysGuard see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.products.qualysguard.scan(count=1))

QualysGuard Class

class socfaker.qualysguard.QualysGuard

The QualysGuard Class has a method to retrieve information about a QualysGuard Vulnerability Management scan

scan(count=1, host_count=1)

Retrieve 1 or more QualysGuard VM scans for 1 or more hosts

Args:
count (int, optional): The number of scans to return. Defaults to 1. host_count (int, optional): The number of hosts within a scan. Defaults to 1.
Returns:
list: Returns a list of scans based on the provided inputs