You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,6 +85,12 @@ To deploy the vulnerability scanner extension:
86
85
87
86
Scanning begins automatically as soon as the extension is successfully deployed. Scans will then run at four-hour intervals. This interval is hard-coded and not configurable.
88
87
88
+
1. If the deployment fails on one or more VMs, ensure the target VMs can communicate with Qualys's cloud service on the following two IP addresses:
89
+
90
+
- 64.39.104.113
91
+
- 154.59.121.74
92
+
93
+
89
94
## Viewing and remediating discovered vulnerabilities
90
95
91
96
When Security Center identifies vulnerabilities, it presents findings and related information as recommendations. The related information includes remediation steps, related CVEs, CVSS scores, and more. You can view the identified vulnerabilities for one or more subscriptions, or for a specific VM.
@@ -134,11 +139,17 @@ For full instructions and a sample ARG query, see this Tech Community post: [Exp
134
139
### Are there any additional charges for the Qualys license?
135
140
No. The built-in scanner is free to all standard tier users. The "Enable the built-in vulnerability assessment solution on virtual machines (powered by Qualys)" recommendation deploys the scanner with its licensing and configuration information. No additional licenses are required.
136
141
137
-
### What permissions are required to install the Qualys extension?
142
+
### What prerequisites and permissions are required to install the Qualys extension?
138
143
You'll need write permissions for any VM on which you want to deploy the extension.
139
144
140
145
The Azure Security Center Vulnerability Assessment extension (powered by Qualys), like other extensions, runs on top of the Azure Virtual Machine agent. So it runs as Local Host on Windows, and Root on Linux.
141
146
147
+
During setup, Security Center checks to ensure that the VM can communicate with Qualys's cloud service on the following two IP addresses:
148
+
149
+
- 64.39.104.113
150
+
- 154.59.121.74
151
+
152
+
142
153
### Can I remove the Security Center Qualys extension?
143
154
If you want to remove the extensions from a VM, you can do it manually or with any of your programmatic tools.
144
155
@@ -186,7 +197,6 @@ When you open the recommendation, you'll see your VMs in one or more of the foll
0 commit comments