-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field migration: host.id -> hw.serial_number #366
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,6 @@ IPReach | |
IPSO | ||
IRIX | ||
Integrated Lights Out Manager | ||
Integrated Lights Out Manager firmware | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I rebuilt all of the |
||
Irix | ||
Isilon OneFS OS | ||
JetDirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ class Nizer | |
# Non-weighted host attributes that can be extracted from fingerprint matches | ||
HOST_ATTRIBUTES = %W{ | ||
host.domain | ||
host.id | ||
host.ip | ||
host.mac | ||
host.name | ||
host.time | ||
hw.device | ||
hw.family | ||
hw.serial_number | ||
hw.product | ||
hw.vendor | ||
} | ||
|
@@ -264,84 +264,3 @@ def self.best_service_match(matches) | |
|
||
end | ||
end | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Out of date comment replaced by the data in the |
||
=begin | ||
|
||
Current key names: | ||
|
||
apache.info | ||
apache.variant | ||
apache.variant.version | ||
cookie | ||
host.domain | ||
host.id | ||
host.ip | ||
host.mac | ||
host.name | ||
host.time | ||
hw.device | ||
hw.family | ||
hw.product | ||
hw.vendor | ||
imail.eval | ||
jetty.info | ||
junction.cookie | ||
junction.name | ||
linux.kernel.version | ||
loadbalancer.poolname | ||
mdaemon.unregistered | ||
mercur.os.info | ||
metainfo.version | ||
metainfo.version.version | ||
ms.nttp.version | ||
notes.build.version | ||
notes.intl | ||
ntmail.id | ||
openssh.comment | ||
openssh.cvepatch | ||
os.arch | ||
os.build | ||
os.certainty | ||
os.device | ||
os.edition | ||
os.family | ||
os.product | ||
os.vendor | ||
os.version | ||
os.version.version | ||
os.version.version.version | ||
postfix.os.info | ||
postoffice.build | ||
postoffice.id | ||
proftpd.server.name | ||
pureftpd.config | ||
qpopper.version | ||
sendmail.config.version | ||
sendmail.hpux.phne.version | ||
sendmail.vendor.version | ||
service.certainty | ||
service.component.family | ||
service.component.product | ||
service.component.vendor | ||
service.component.version | ||
service.family | ||
service.product | ||
service.vendor | ||
service.version | ||
service.version.version | ||
service.version.version.version | ||
service.version.version.version.version | ||
service.version.version.version.version.version | ||
siemens.model | ||
snmp.fpmib.oid.1 | ||
snmp.fpmib.oid.2 | ||
system.time | ||
system.time.format | ||
system.time.micros | ||
system.time.millis | ||
thttpd.mx-patch | ||
timeout | ||
tomcat.info | ||
zmailer.ident | ||
|
||
=end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opportunistic CPE improvement