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

Automated search suggestions between objects in an event #32

Open
TheDr1ver opened this issue Sep 15, 2021 · 0 comments
Open

Automated search suggestions between objects in an event #32

TheDr1ver opened this issue Sep 15, 2021 · 0 comments

Comments

@TheDr1ver
Copy link
Owner

Given an event full of JSON blobs, get all blobs and look for relevant similarities. Ideally all the stuff that's important to pivot on would be added to the object, but there's likely too many relevant fields for the object/event to then remain legible.

When dealing with HTML, keys become the lowest level of css notated, e.g. p=blah, not html.body.p=blah

All potential similarities should be normalized across different services (e.g. shodan and censys).

Each result should be grouped into misphunter-suggestion objects containing text attributes with auto-populated search suggestions and comments as to why they might be relevant. (e.g. service.html.body.hash:12345 comment=2 IPs [192.168.1.1.json, 192.168.1.2.json] contain this html body hash).

A suggestion object should only ever contain one suggestion, one comment explaining it, and pivots (JSON blobs or host-ip? Both?) to the MISPHunter objects that generated that suggestion.

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

1 participant