Forum Discussion

mlcaffaro's avatar
mlcaffaro
Copper Contributor
Jul 19, 2021
Solved

Qualys vulnerability report

Hello everyone, everything good? Does anyone happen to tell me how often by default qualys generates the vulnerability report? I updated some machines on the 18th and when checking the status I notic...
  • Guillaumeben's avatar
    Jul 20, 2021
    Hello,

    Normally, scans will run at four-hour intervals. To my knowledge, the scanning interval is not configurable.
    You can trigger an on-demand scan from the machine itself, using either scripts, either GPO
    The following commands trigger an on-demand scan:

    Windows machines: REG ADD HKLM\SOFTWARE\Qualys\QualysAgent\ScanOnDemand\Vulnerability /v "ScanOnDemand" /t REG_DWORD /d "1" /f

    Linux machines: sudo /usr/local/qualys/cloud-agent/bin/cloudagentctl.sh action=demand type=vm

    You could therefore script the on-demand scan to run based on your needs.

    thank you