Class: Nexpose::MalwareKit

Inherits:
APIObject show all
Defined in:
lib/nexpose/vuln_def.rb

Overview

Known malware kits that can target a vulnerability.

Instance Attribute Summary collapse

Method Summary

Methods inherited from APIObject

#object_from_hash

Instance Attribute Details

#descriptionObject (readonly)

Malware kit description, if available.



139
140
141
# File 'lib/nexpose/vuln_def.rb', line 139

def description
  @description
end

#idObject (readonly)

Internal Nexpose identifier of the malware kit.



135
136
137
# File 'lib/nexpose/vuln_def.rb', line 135

def id
  @id
end

#nameObject (readonly)

Malware kit name.



137
138
139
# File 'lib/nexpose/vuln_def.rb', line 137

def name
  @name
end

#popularityObject (readonly)

Popularity of the malware kit, which identifies how common or accessible it is. Values include: rare, uncommon, common, popular, occasional.



142
143
144
# File 'lib/nexpose/vuln_def.rb', line 142

def popularity
  @popularity
end