SoftLayer_Network_Security_Scanner_Request


SoftLayer_Network_Security_Scanner_Request

Description

SoftLayer gives customers the ability to manage vulnerability scans for each of their servers. This service provides the ability to create a new scan request, view the status of a current request, and finally view the report of a finished scan.

A vulnerability scan attempts to find potential security problems on a server by first searching for open ports and the services that run on them. If any services are found the scanner will then check for version and patch information of each service found. Lastly, the scanner will use the information gathered to search its database of known vulnerabilities and generate a report. Reports typically take five to ten minutes to run but allow for up to thirty minutes in rare cases.

A vulnerability report will typically include the following information: *Number of security holes and warnings. *The hosts that were scanned. *The port/service and the corresponding issue. *Detailed information about the issue, risk factor, and possible fixes.

If you have a firewall, SoftLayer’s administrative networks need to be allowed for the vulnerability scan to be effective. If a firewall is blocking all ports, the report may not show any problems even if some exist. In addition you may have some indication in your firewall logs of the scan taking place as ports on your system are investigated.

Methods

createObject

Create a new vulnerability scan request.

getAccount

The account associated with a security scan request.

getGuest

The virtual guest a security scan is run against.

getHardware

The hardware a security scan is run against.

getObject

Retrieve a SoftLayer_Network_Security_Scanner_Request record.

getReport

Get the vulnerability report for a scan request.

getRequestorOwnedFlag

Flag whether the requestor owns the hardware the scan was run on. This flag will return for hardware servers only, virtual servers will result in a null return even if you have a request out for them.

getStatus

A security scan request’s status.