Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "opencti.OpenCTI",
"base_path": "api_app.analyzers_manager.observable_analyzers",
},
"description": "scan an observable on a custom OpenCTI instance. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowl.readthedocs.io/en/latest/Advanced-Configuration.html#opencti)",
"description": "scan an observable on a custom OpenCTI instance. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowlproject.github.io/docs/IntelOwl/advanced_configuration/#opencti)",
"disabled": False,
"soft_time_limit": 30,
"routing_key": "default",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "opencti.OpenCTI",
"base_path": "api_app.connectors_manager.connectors",
},
"description": "Automatically creates an observable and a linked report on your OpenCTI instance, linking the successful analysis on IntelOwl. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowl.readthedocs.io/en/latest/Advanced-Configuration.html#opencti)",
"description": "Automatically creates an observable and a linked report on your OpenCTI instance, linking the successful analysis on IntelOwl. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowlproject.github.io/docs/IntelOwl/advanced_configuration/#opencti)",
"disabled": False,
"soft_time_limit": 30,
"routing_key": "default",
Expand Down
Loading