Created a Basic Report Parser #2463
thedunston
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
hey, thank you for your feedback. We know that JSON is hard. We created the "Visualizer" plugin to help in this: https://intelowlproject.github.io/docs/IntelOwl/usage/?h=visualizer#visualizers. Some default Playbooks have already built visualizations in place. You can create your own ones and have your custom GUI directly in the application itself. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did some pair-programming with ChatGPT (I'm not good with navigating and traversing complex JSON files or CSS) and created a parser that generates text files from the various analyzers in the report. It creates a basic HTML page that links to each text file:
https://github.com/thedunston/intelOwlParser
It was rough trying to go through the report in JSON and the JSON web view.
Beta Was this translation helpful? Give feedback.
All reactions