Class: Mdm::HostDetail
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::HostDetail
- Defined in:
- app/models/mdm/host_detail.rb
Overview
Details supplied by Nexpose about a host.
Instance Attribute Summary collapse
-
#host_id ⇒ Integer
The foreign key used to look up #host.
-
#nx_console_id ⇒ Integer
The ID of the Nexpose console.
-
#nx_device_id ⇒ Integer
The ID of the Device in Nexpose.
-
#nx_risk_score ⇒ Float
Risk score assigned by Nexpose.
-
#nx_scan_template ⇒ String
The template used by Nexpose to perform the scan on the site on #host.
-
#nx_site_importance ⇒ String
The importance of scanning the site running on #host according to Nexpose.
-
#nx_site_name ⇒ String
Name of site running on #host according to Nexpose.
- #src ⇒ String
Instance Attribute Details
#host_id ⇒ Integer
The foreign key used to look up #host.
|
# File 'app/models/mdm/host_detail.rb', line 17
|
#nx_console_id ⇒ Integer
The ID of the Nexpose console.
|
# File 'app/models/mdm/host_detail.rb', line 22
|
#nx_device_id ⇒ Integer
The ID of the Device in Nexpose.
|
# File 'app/models/mdm/host_detail.rb', line 27
|
#nx_risk_score ⇒ Float
Risk score assigned by Nexpose. Useful to ordering hosts to determine which host to target first in metasploit.
|
# File 'app/models/mdm/host_detail.rb', line 32
|
#nx_scan_template ⇒ String
The template used by Nexpose to perform the scan on the site on #host.
|
# File 'app/models/mdm/host_detail.rb', line 37
|
#nx_site_importance ⇒ String
The importance of scanning the site running on #host according to Nexpose.
|
# File 'app/models/mdm/host_detail.rb', line 42
|
#nx_site_name ⇒ String
Name of site running on #host according to Nexpose.
|
# File 'app/models/mdm/host_detail.rb', line 47
|
#src ⇒ String
|
# File 'app/models/mdm/host_detail.rb', line 52
|