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
With IntelOwl v6.4.0 we introduced the Analyzables.
719
+
720
+
An analyzable is the representation of an observable or a file, and is therefore a unique object that can be analyzed multiple times for different evaluations. This means that each job is linked to only one analyzable, but an analyzable can have multiple jobs linked to it.
721
+
722
+
Note: In the GUI, analyzables are called "artifacts".
723
+
724
+
### Verify the existence of one or more analyzables
725
+
726
+
You can go to the 'Artifacts' section and search for the existence of an analyzable. The table below shows the results, including the latest evaluation, if any (for more information about evaluation see the [Engine](#engine) section). If the analyzable does not exist, the 'not found' tag will be displayed.
727
+
728
+

729
+
730
+
## User Events
731
+
732
+
With IntelOwl v6.4.0 we introduced the user events.
733
+
734
+
User events allow users to generate reports about analyzables: indicating additional information or a custom evaluation.
735
+
736
+
User events types:
737
+
738
+
1.`Analyzable event`: the report entered refers to a single analyzable.
739
+
2.`Ip wildcard event`: the report entered refers to a network. The report will impact both existing analyzables and new analyzables with IPs included in the network.
740
+
3.`Domain wildcard event`: the report entered refers to a domain wildcard. The report will impact both existing analyzables and new analyzables for a domain that matches the wildcard.
741
+
742
+
### Add a new evaluation
743
+
744
+
If you want to add a new evaluation (both for existing and non-existing analyzables), you can click the "New evaluation" button that you can find on the top right of the History Page (evaluations tabs). The form will open with the fields to fill in to add the evaluation.
745
+
746
+
When you enter an analyzable or wildcard, the correct type is automatically calculated. If a wildcard is entered, the number of existing analyzables that match is displayed.
747
+
748
+

749
+
750
+
### Add a new evaluation for multiple analyzables
751
+
752
+
If you want to add a new evaluation for multiple analyzables, you can use the same form above by adding more "artifacts" fields using the button '+'.
You can automatically populate the "artifacts" field of the form by selecting all the required columns in the results table of the Artifacts page and then clicking the "Your evaluation" button.
0 commit comments