Skip to content

Commit 0d65487

Browse files
committed
Change 'threatType' to 'threat_type'
1 parent 09479a3 commit 0d65487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cse/rules/cse-rules-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ Parameters:
648648
* `confidence` Confidence that the data represents a valid threat, where 100 is highest. Malicious confidence scores from different sources are normalized and mapped to a 0-100 numerical value.
649649
* `indicator`. Value of the indicator, such as an IP address, file name, email address, etc.
650650
* `source`. The source in the Sumo Logic datastore displayed in the **Threat Intelligence** tab.
651-
* `threatType`. The threat type of the indicator (for example, `anomalous-activity`, `anonymization`, `benign`, `compromised`, `malicious-activity`, `attribution`, `unknown`).
651+
* `threat_type`. The threat type of the indicator (for example, `anomalous-activity`, `anonymization`, `benign`, `compromised`, `malicious-activity`, `attribution`, `unknown`).
652652
* `type`. The indicator type (for example, `ipv4-addr`, `domain-name`, `'file:hashes`, etc.)
653653
* **`<indicators>`**. An optional case insensitive option that describes how indicators should be matched with regard to their validity. Accepted values are:
654654
* `active_indicators`. Match active indicators only (default).

0 commit comments

Comments
 (0)