Forum Discussion
mlcaffaro
Jul 19, 2021Copper Contributor
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...
- Jul 20, 2021Hello,
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
Guillaumeben
Jul 20, 2021Former Employee
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
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