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
Copy file name to clipboardExpand all lines: docs/IntelOwl/usage.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,12 @@ Ingestors can be _spammy_ so be careful about enabling them.
394
394
395
395
A very powerful use is case is to **combine Ingestors with Connectors** to automatically extract data from external sources, analyze them with IntelOwl and push them externally to another platform (like MISP or a SIEM)
396
396
397
+
**Notice**: ingestors are run with robot user that are most likely different from the user you usually use to run analysis.
398
+
This can lead to a permission mismatch when assigning parameter through plugin config via GUI.
399
+
To solve this mismatch you should go to the "Plugin config" section of the admin page. Here you'll see the value that you assigned to the parameter.
400
+
You should change the "owner" of this configuration to the user that runs the ingestor instead of the one that assigned the value.
401
+
402
+
397
403
#### List of pre-built Ingestors
398
404
399
405
-`ThreatFox`: Retrieves daily ioc from `https://threatfox.abuse.ch/` and analyze them.
0 commit comments