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
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
+
| REVERSINGLABS_TITANIUMCLOUD_USERNAME |`string`| ✅ | string || The username for the ReversingLabs TitaniumCloud API. |
12
+
| REVERSINGLABS_TITANIUMCLOUD_PASSWORD |`string`| ✅ | Format: [`password`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)|| The password for the ReversingLabs TitaniumCloud API. |
13
+
| CONNECTOR_NAME |`string`|| string |`"ReversingLabs Malware Presence"`| The name of the connector. |
14
+
| CONNECTOR_SCOPE |`array`|| string |`["StixFile", "File", "File-sha1", "File-sha256", "Artifact", "IPv4-Addr", "IPv6-Addr", "Url", "Domain-Name"]`| The scope of the connector. |
15
+
| CONNECTOR_LOG_LEVEL |`string`||`debug``info``warn``warning``error`|`"error"`| The minimum level of logs to display. |
| CONNECTOR_AUTO |`boolean`|| boolean |`false`| Whether the connector should run automatically when an entity is created or updated. |
18
+
| REVERSINGLABS_TITANIUMCLOUD_URL |`string`|| string |`"data.reversinglabs.com"`| The hostname of the ReversingLabs TitaniumCloud API. |
19
+
| REVERSINGLABS_MAX_TLP |`string`||`TLP:CLEAR``TLP:WHITE``TLP:GREEN``TLP:AMBER``TLP:AMBER+STRICT``TLP:RED`|`"TLP:AMBER"`| The maximal TLP of the observable being enriched. |
20
+
| REVERSINGLABS_CREATE_INDICATORS |`boolean`|| boolean |`true`| Whether to create indicators from enrichment results. |
0 commit comments