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

Submissions results API - Hard to get a malicious IOC list and the related attribution for each IOC #326

Open
GuillaumeCSekoia opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
assess We still haven't decided if this will be worked on or not enhancement New feature or request

Comments

@GuillaumeCSekoia
Copy link

Is your feature request related to a problem? Please describe.
Yes the problem was initially describe on Discord here: https://discord.com/channels/908084610158714900/908717528082173983/1342448181107101757

Basically, it's very hard through the Ontology to retrieve all the "malicious" IOCs (score > 1000) from a submission and link them to different malware families.
There are parts of results in many different places, and not a single one contains all : (IOC, IOC_scoring, IOC_attribution)

Describe the solution you'd like

Not sure what the best place would be to perform that. But I would like to request an endpoint where I can have a result like this :

Here are all your malicious IOCs and their related attributions:
{tags: {network.static.uri: my_malicious_uri, attribution.family: MY_MALWARE_1}, {network.static.ip: my_malicious_ip, attribution.implant: MY_MALWARE_2}}

Hope that makes sense! :)

Describe alternatives you've considered
For the moment I use the record.results.signature combined with the heuristic to double check the IOCs and link them to malware.

Additional context

@GuillaumeCSekoia GuillaumeCSekoia added assess We still haven't decided if this will be worked on or not enhancement New feature or request labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assess We still haven't decided if this will be worked on or not enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants