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

Exporting to MISP objects with relationships #9

Open
adulau opened this issue Mar 31, 2019 · 3 comments
Open

Exporting to MISP objects with relationships #9

adulau opened this issue Mar 31, 2019 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@adulau
Copy link

adulau commented Mar 31, 2019

Beagle is really cool. Looking at it, it could make sense to export the result of the analysis and especially a graph in MISP objects format with relationships (it's a kind of graph) into MISP. This would allow users to share investigations and discoveries.

@yampelo
Copy link
Owner

yampelo commented Mar 31, 2019

That sounds like a good idea. I'm guessing someone wouldn't want to add a full graph. I'll try to write something that maps specific Edge or Node objects to their MISP counterparts.

This should allow someone using the library to manipulate a networkX object, then use the set of nodes and edges they have to generate MISP objects.

@adulau
Copy link
Author

adulau commented Mar 31, 2019

Indeed from the networkX object it would be the cleanest. I need to dig to see what are the missing objects in MISP objects and maybe also in the relationships to map with your existing parsers in Beagle.

@yampelo
Copy link
Owner

yampelo commented Mar 31, 2019

I would focus on the objects in here: https://github.com/yampelo/beagle/tree/master/beagle/nodes rather than the parsers. The parser will only ever return instances of these classes (or subclasses of them)

@yampelo yampelo added the help wanted Extra attention is needed label Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants