You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Was using IntelOwl for IP and URL analysis to begin building a profile on the source. I didn't see a way to consolidate the resulting search data and had to view the output for each separately. It would be nice to be able to skip blank results or get the combined output into a single export of results - one view of all the findings.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to skip blank results.
When you get the result on the web interface, in the table on RHS the analyzers with the green checkmark are ones which provided some valid output. You can sort the table to have these on top, that way you can avoid looking (clicking) at ones with the red cross (unless you are interested in knowing why a particular analyzer failed).
get the combined output into a single export of results - one view of all the findings.
You can click on the 'view as raw json' button and view the full report as a .json file in your browser or download it to open it in an IDE, etc.
We actually struggled alot with finding a perfect way to show the analyzer's results. When you select an analyzer, it's report is shown in an JSON view which provides filtering, searching even querying functionalities which can be quite useful.
But we are well open to ideas (and designs) in this space.
EDIT: We have pushed a new release v1.3.x with support for elastic search. Our goal is this will help users customize IntelOwl's behavior, making sense of the output/results in a more customizable and efficient manner.
A similar threat intel tool called GOSINT (https://github.com/ciscocsirt/GOSINT) handles showing results quite well, although it is dated, no longer maintained and consists of only three API connections being Cisco Umbrella, Virutstotal and ThreatCrowd.
Results for a single domain lookup are shown as follows:
The tool is able to list the retrieved results and add information regarding it's maliciousness and resolved IP-adresses in a very clear way, with results of multiple sources on the same page.
Perhaps this could be built with Elasticsearch as well, but it may improve the user interface of the tool itself as it could replace browsing JSON files for each analyer individually.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Was using IntelOwl for IP and URL analysis to begin building a profile on the source. I didn't see a way to consolidate the resulting search data and had to view the output for each separately. It would be nice to be able to skip blank results or get the combined output into a single export of results - one view of all the findings.
The text was updated successfully, but these errors were encountered: