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/platform-services/threat-intelligence-indicators.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ Where:
172
172
If there's still a tie at this point, the system picks the indicator the back-end database returned first.
173
173
174
174
*`source` is the source to search for the threat intelligence indicator. If `source` is not specified, all sources are searched.
175
-
*`include` includes either all, only active, or only expired threat intelligence indicators. If `include` is not specified, all matching indicators are returned.
175
+
*`include` includes either all, only active, or only expired threat intelligence indicators. If `include` is not specified, only active matching indicators are returned.
176
176
*`<indicator_value_field>` is the indicator to look up.
177
177
*`<optional_indicator_value_field>` is used to add more indicators to look up.
@@ -327,7 +327,7 @@ Following is an example threat indicator file in normalized JSON format. (For an
327
327
"id": "0001",
328
328
"indicator": "192.0.2.0",
329
329
"type": "ipv4-addr:value",
330
-
"source": "FreeTAXII",
330
+
"source": "TAXII2Source",
331
331
"validFrom": "2023-03-21T12:00:00.000Z",
332
332
"validUntil": "2025-03-21T12:00:00.000Z",
333
333
"confidence": 30,
@@ -343,7 +343,7 @@ Following is an example threat indicator file in normalized JSON format. (For an
343
343
"id": "0002",
344
344
"indicator": "192.0.2.1",
345
345
"type": "ipv4-addr:value",
346
-
"source": "FreeTAXII",
346
+
"source": "TAXII2Source",
347
347
"validFrom": "2023-03-21T12:00:00.000Z",
348
348
"validUntil": "2025-03-21T12:00:00.000Z",
349
349
"confidence": 30,
@@ -376,7 +376,7 @@ The following attributes are required:
376
376
* `process`. Process name. (Entity type in Cloud SIEM is `_process`.)
377
377
* `url`. URL. (Entity type in Cloud SIEM is `_url`.)
378
378
* `user-account`. User ID. (Entity type in Cloud SIEM is `_username`.)
379
-
* **source** (string). User-provided text to identify the source of the indicator. For example, `FreeTAXII`.
379
+
* **source** (string). User-provided text to identify the source of the indicator. For example, `TAXII2Source`.
380
380
* **validFrom** (string [date-time]). Beginning time this indicator is valid. Timestamp in UTC in RFC3339 format. For example, `2023-03-21T12:00:00.000Z`.
381
381
* **confidence** (integer [ 1 .. 100 ]). Confidence that the creator has in the correctness of their data, where 100 is highest (as [defined by the confidence scale in STIX 2.1](https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_1v6elyto0uqg)). For example, `75`.
382
382
* **threatType** (string). Type of indicator (as [defined by indicator_types in STIX 2.1](https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_cvhfwe3t9vuo)). For example, `malicious-activity`. (This attribute can result in a special label appearing next to Entities in the Cloud SIEM UI. See [Threat indicators in the Cloud SIEM UI](#view-threat-indicators-in-the-cloud-siem-ui).) <br/>Following are valid values:
@@ -410,8 +410,8 @@ Comma-separated value (CSV) is a standard format for data upload.
410
410
If uploading a CSV file with the UI, the format should be the same as used for a standard CSV file:
@@ -444,7 +444,7 @@ Columns for the following attributes are required in the upload file:
444
444
* `process`. Process name. (Entity type in Cloud SIEM is `_process`.)
445
445
* `url`. URL. (Entity type in Cloud SIEM is `_url`.)
446
446
* `user-account`. User ID. (Entity type in Cloud SIEM is `_username`.)
447
-
* **source** (string). User-provided text to identify the source of the indicator. For example, `FreeTAXII`.
447
+
* **source** (string). User-provided text to identify the source of the indicator. For example, `TAXII2Source`.
448
448
* **validFrom** (string [date-time]). Beginning time this indicator is valid. Timestamp in UTC in RFC3339 format. For example, `2023-03-21T12:00:00.000Z`.
449
449
* **validUntil** (string [date-time]). Ending time this indicator is valid. If not set, the indicator never expires. Timestamp in UTC in RFC3339 format. For example, `2024-03-21T12:00:00.000Z`.
450
450
* **confidence** (integer [ 1 .. 100 ]). Confidence that the creator has in the correctness of their data, where 100 is highest. For example, `75`.
@@ -559,7 +559,7 @@ As shown in the following example, if uploading via the API you must add the `so
0 commit comments