You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal: Store hardware serial numbers in hw.serial_number instead of host.id.
In some cases recog is using host.id to store hardware serial numbers when they are captured from banners. I would like to change this, where appropriate, to a new fieldhw.serial_number. This would make it more clear as to what is being captured and move the data to a more appropriate context (hw).
In the cases where we have existing vendor specific serial numbers I would duplicate these values in hw.serial_number unless stakeholders indicate that these are not being used at all.
Proposal: Store hardware serial numbers in
hw.serial_number
instead ofhost.id
.In some cases recog is using
host.id
to store hardware serial numbers when they are captured from banners. I would like to change this, where appropriate, to a new fieldhw.serial_number
. This would make it more clear as to what is being captured and move the data to a more appropriate context (hw
).https://github.com/rapid7/recog/search?q=host.id
In the cases where we have existing vendor specific serial numbers I would duplicate these values in
hw.serial_number
unless stakeholders indicate that these are not being used at all.https://github.com/rapid7/recog/search?q=serial_number
Any feedback on this change would be greatly appreciated!
CC: @hdm @dabdine
The text was updated successfully, but these errors were encountered: