This document will cover the various scan types that can be initiated in V4 and provide some helpful insight into troubleshooting common issues for failed scans.
V4 Scan Types - Table of Contents
Table of Contents | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
V4 Scan Types
Scan Data | Vulnerability | Asset Discovery | SNMP | Active Directory | Compliance | PII |
---|---|---|---|---|---|---|
Scan Type | ||||||
Full Scan | Yes | Yes | Yes | Yes | Yes | No |
Network Scan | Yes | Yes | Yes | No | No | No |
Active Directory Scan | Yes | Yes | No | Yes | Yes | No |
SNMP Scan | Yes | No | Yes | No | No | No |
Firewall Scan | Yes | No | No | No | No | No |
PII Scan | No | No | No | No | No | Yes |
...
Full Scan (Probe Scan)
The Full Scan initiates Asset Discovery, Vulnerability, SNMP, Firewall, and Active Directory Scans using configured parameters under Discovery Settings and Credentials.
...
The following methods are used to communicate with assets:
Windows
It attempts to use the Admin SMB (Admin$) share to send a small executable called the Dissolvable Agent that it then runs on the remote machine to fetch the details. It probes the shares using standard SMB tools and does an NFS discovery to check any NFS shares.
Active Directory
It uses LDAP to query the users and groups from the Credentials provided during the AD setup in the AD/Master credentials. It runs PowerShell commands to figure out GPOs, Security Groups, and Memberships of the Groups.
Linux
It uses SSH credentials to log into the asset and determine what processes run using Linux commands.
Network Devices
It uses SNMP to discover the SysObjectID, look up the device's version, and query vulnerabilities for that version. It also connects to OEM APIs to get vulnerability details.
Asset Discovery Scan
To use this scan with your Probe agents, configure the IP Range settings (CIDR, Static, Range) under the Discovery Settings and Credentials section. Once configured, you can initiate the Full Scan or Asset Discovery Scan to scan the configured subnet(s) for assets. You can also set up Exclude IP settings for these scans if needed.
Active Directory Scan
To use this scan with your Probe agents, you need to configure Active Directory Credentials, which are associated with your Probe. We are using a dissolvable agent if SMB is available, creating PowerShell in memory to execute. If SMB is unavailable, we use LDAP directly without the PowerShell scripts.
Active Directory Scan Method
A vulnerability scan is performed on the computers detected during the Active Directory scan.
If any of the Active Directory computers have a Lightweight Agent installed, the asset will be skipped as it is being scanned by the Lightweight agent locally.
The scan utilizes NMAP device discovery on the remaining computers.
Active Directory Prerequisite
Enable Audit Events - To perform an Active Directory Audit on a Domain Controller, it is essential first to enable Audit Events. Once enabled, the ConnectSecure Scan Agent will read the Audit Events every 15 minutes and push those updates to your ConnectSecure portal.
...
AUDITPOL /SET /SUBCATEGORY:"Kerberos Authentication Service" /SUCCESS:ENABLE /FAILURE:ENABLE
Compliance Scan
NEED INFO
SNMP Scan
SNMP-enabled devices will be detected and scanned by the ConnectSecure Scan Agent. It will read the SNMP description using the defined SNMP Credentials (from the Probe). For supported network devices, it will initiate a vulnerability scan automatically.
Vulnerability Scan
This scan helps you identify vulnerabilities based on the installed application and/or security updates. It uses the SMB protocol for scanning purposes. In some cases, you may need to provide the necessary credentials and/or user privileges to scan an asset.
...
Supported Operating Systems for Vulnerability Scanning in V4
Ubuntu 22.04 LTS | Jammy Jellyfish |
Ubuntu 20.04 LTS | Focal Fossa |
Ubuntu 18.04 LTS | Bionic Beaver |
Ubuntu 16.04 LTS | Xenial Xerus |
Ubuntu 14.04 LTS | Trusty Tahr |
CENT OS | |
CentOS - 4 | |
CentOS - 5 | |
CentOS - 6 | |
CentOS - 7 | |
CentOS - 8 | |
REDHAT LINUX OS | |
RHEL 4 | Nahant |
RHEL 5 | Tikanga |
RHEL 6 | Santiago |
RHEL 7 | Maipo |
RHEL 8 | Ootpa |
DEBIAN OS | |
Debian 7 | Wheezy |
Debian 8 | Jessie |
Debian 9 | Stretch |
Debian 10 | Buster |
Debian 11 | Bullseye |
MAC OS | |
OS X 10.9 | Mavericks (Cabernet) |
OS X 10.10 | Yosemite (Syrah) |
OS X 10.11 | El Capitan (Gala) |
macOS 10.12 | Sierra (Fuji) |
macOS 10.13 | High Sierra (Lobo) |
macOS 10.14 | Mojave (Liberty) |
macOS 10.15 | Catalina (Jazz) |
macOS 11 | Big Sur (GoldenGate) |
macOS 12 | Monterey (Star) |
Microsoft Windows OS | |
Windows 8 (64-bit) | |
Windows 8.1 (64-bit) | |
Windows 10 (64-bit) | |
Windows 11 (64-bit) | |
Windows Server 2008 (64-bit) | |
Windows Server 2008 R2 (64-bit) | |
Windows server 2012 (64-bit) | |
Windows server 2012 R2 (64-bit) | |
Windows server 2016 (64-bit) | |
Windows server 2019 (64-bit) | |
Windows server 2022 (64-bit) |
...
How To Initiate Scans in V4
content
...