MISP / misp-objects

Definition, description and relationship types of MISP objects
https://www.misp-project.org/objects.html
Other
91 stars 122 forks source link

Add scanner and scanner-query to network-profile object #390

Closed mFaou closed 1 year ago

mFaou commented 1 year ago

Hello, I'd like to enrich the network-profile object with two attributes:

Do you think it's a good idea to add those two fields in the network-profile object or it would be better to create a new object? Once it is decided, I can do a PR.

Thanks.

mFaou commented 1 year ago

@adulau, any opinion on this?

mokaddem commented 1 year ago

Hello, Instead of modifying network-profile objects, what do you think of updating scan-result instead?

mFaou commented 1 year ago

good idea. And can I add shodan, censys, etc in the scan-result-tool list?

mFaou commented 1 year ago

PR: https://github.com/MISP/misp-objects/pull/401

mFaou commented 1 year ago

FYI: https://github.com/MISP/misp-objects/pull/402 We'd like to be able to use the object to store the scan-result-query without necessarily attaching a file. For example we will create additional domain-ip objects and link them to this scan-result object.

mFaou commented 1 year ago

Thanks for the merge and release, I'm closing the ticket