Skip to content
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

Proposal: migrate host.id to hw.serial_number for storing hardware serial numbers #364

Closed
tsellers-r7 opened this issue Jul 26, 2021 · 4 comments
Assignees

Comments

@tsellers-r7
Copy link
Contributor

tsellers-r7 commented Jul 26, 2021

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 field hw.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

@hdm
Copy link
Contributor

hdm commented Jul 26, 2021

+1 here, thanks!

@rkirk-r7
Copy link

+1 too

@tsellers-r7
Copy link
Contributor Author

I have opened PR #366 to implement this change.

@tsellers-r7
Copy link
Contributor Author

The change has been landed. Thanks for the feedback here and elsewhere folks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants