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: external-import/disarm-framework/README.md
+41-61Lines changed: 41 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# OpenCTI DISARM Framework Connector
2
2
3
-
| Status | Date | Comment |
4
-
|--------|------|---------|
3
+
| Status | Date | Comment |
4
+
|----------------- |----|------- |
5
5
| Filigran Verified | - | - |
6
6
7
7
The DISARM Framework connector imports the DISARM (Disinformation Analysis and Risk Management) framework into OpenCTI, providing a structured approach for describing and countering disinformation campaigns.
@@ -40,31 +40,10 @@ The framework provides a common language for describing disinformation tactics a
40
40
41
41
## Configuration variables
42
42
43
-
There are a number of configuration options, which are set either in `docker-compose.yml` (for Docker) or in `config.yml` (for manual deployment).
43
+
Find all the configuration variables available here: [Connector Configurations](./__metadata__/CONNECTOR_CONFIG_DOC.md)
_The `opencti` and `connector` options in the `docker-compose.yml` and `config.yml` are the same as for any other connector.
46
+
For more information regarding variables, please refer to [OpenCTI's documentation on connectors](https://docs.opencti.io/latest/deployment/connectors/)._
Below is an exhaustive enumeration of all configurable parameters available, each accompanied by detailed explanations of their purposes, default behaviors, and usage guidelines to help you understand and utilize them effectively.
4
+
5
+
### Type: `object`
6
+
7
+
| Property | Type | Required | Possible values | Default | Description |
| OPENCTI_URL |`string`| ✅ | Format: [`uri`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)|| The base URL of the OpenCTI instance. |
10
+
| OPENCTI_TOKEN |`string`| ✅ | string || The API token to connect to OpenCTI. |
11
+
| CONNECTOR_NAME |`string`|| string |`"DisarmFramework"`| The name of the connector. |
12
+
| CONNECTOR_SCOPE |`array`|| string |`[]`| The scope of the connector. |
13
+
| CONNECTOR_LOG_LEVEL |`string`||`debug``info``warn``warning``error`|`"error"`| The minimum level of logs to display. |
| CONNECTOR_DURATION_PERIOD |`string`|| Format: [`duration`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)|`"P7D"`| The period of time to await between two runs of the connector. |
16
+
| DISARM_FRAMEWORK_URL |`string`|| Format: [`uri`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)|`"https://raw.githubusercontent.com/DISARMFoundation/DISARMframeworks/main/generated_files/DISARM_STIX/DISARM.json"`| URL of the DISARM STIX bundle. |
0 commit comments