Skip to content

Commit 566ec14

Browse files
authored
Merge pull request #112782 from memildin/asc-melvyn-containerwork
Added networking requirements
2 parents 92a3255 + b5a5a39 commit 566ec14

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

articles/security-center/built-in-vulnerability-assessment.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ To deploy the vulnerability scanner extension:
7373
|SUSE|Linux Enterprise Server (SLES)|11, 12, 15|
7474
|SUSE|OpenSUSE|12, 13|
7575
|SUSE|Leap|42.1|
76-
|Amazon|Amazon Linux|2015.09, 2016.09, 2017.03, 2017.09, 2018.03, 2|
7776
|Oracle|Enterprise Linux|5.11, 6, 7.0-7.5|
7877
|Debian|Debian|7.x-9.x|
7978
|Ubuntu|Ubuntu|12.04 LTS, 14.04 LTS, 15.x, 16.04 LTS, 18.04 LTS|
@@ -86,6 +85,12 @@ To deploy the vulnerability scanner extension:
8685

8786
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.
8887

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+
8994
## Viewing and remediating discovered vulnerabilities
9095

9196
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
134139
### Are there any additional charges for the Qualys license?
135140
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.
136141

137-
### What permissions are required to install the Qualys extension?
142+
### What prerequisites and permissions are required to install the Qualys extension?
138143
You'll need write permissions for any VM on which you want to deploy the extension.
139144

140145
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.
141146

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+
142153
### Can I remove the Security Center Qualys extension?
143154
If you want to remove the extensions from a VM, you can do it manually or with any of your programmatic tools.
144155

@@ -186,7 +197,6 @@ When you open the recommendation, you'll see your VMs in one or more of the foll
186197
|SUSE|Linux Enterprise Server (SLES)|11, 12, 15|
187198
|SUSE|OpenSUSE|12, 13|
188199
|SUSE|Leap|42.1|
189-
|Amazon|Amazon Linux|2015.09, 2016.09, 2017.03, 2017.09, 2018.03, 2|
190200
|Oracle|Enterprise Linux|5.11, 6, 7.0-7.5|
191201
|Debian|Debian|7.x-9.x|
192202
|Ubuntu|Ubuntu|12.04 LTS, 14.04 LTS, 15.x, 16.04 LTS, 18.04 LTS|

0 commit comments

Comments
 (0)