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
+
| CONNECTOR_SCOPE |`array`| ✅ | string || The scope of the connector, e.g. 'flashpoint'. |
12
+
| SILENTPUSH_API_KEY |`string`| ✅ | string || API key for authentication. |
13
+
| CONNECTOR_NAME |`string`|| string |`"SilentpushConnector"`| The name of the connector. |
14
+
| 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. |
17
+
| SILENTPUSH_API_BASE_URL |`string`|| Format: [`uri`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)|`"https://app.silentpush.com/api/v2/"`| External API base URL. |
18
+
| SILENTPUSH_MAX_TLP |`string`||`TLP:WHITE``TLP:CLEAR``TLP:GREEN``TLP:AMBER``TLP:AMBER+STRICT``TLP:RED`|`"TLP:AMBER"`| Max TLP level of the entities to enrich. |
19
+
| SILENTPUSH_VERIFY_CERT |`boolean`|| boolean |`true`| Whether to verify SSL certificates when connecting to the API. |
Copy file name to clipboardExpand all lines: internal-enrichment/silentpush-enrichment/__metadata__/connector_manifest.json
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,12 @@
4
4
"description": "Silent Push takes a unique approach to identifying developing cyber threats by creating Indicators of Future Attacks (IOFA) that are more useful, and more valuable than industry-standard IOCs.\n\nWe apply unique behavioral fingerprints to attacker activity and search across our proprietary DNS database \u2013 containing the most complete, accurate, and timely view of global internet-facing infrastructure anywhere in the world \u2013 to reveal adversary infrastructure and campaigns prior to launch.\n",
5
5
"short_description": "Silent Push takes a unique approach to identifying developing cyber threats by creating Indicators of Future Attacks (IOFA) that are more useful, and more valuable than industry-standard IOCs.\n",
0 commit comments