Skip to content

Commit e67edfa

Browse files
authored
Update docs/integrations/security-threat-detection/threat-intel-quick-analysis.md
1 parent 37ca195 commit e67edfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/security-threat-detection/threat-intel-quick-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ _sourceCategory=<source-category-name>
6565
6666
| threatlookup singleIndicator ip_address
6767
68-
// normalize confidence level to a string
68+
// normalize confidence level to a string
6969
| if (_threatlookup.confidence >= 85, "high", if (_threatlookup.confidence >= 50, "medium", if (_threatlookup.confidence >= 15, "low", if (_threatlookup.confidence >= 0, "unverified", "unknown")))) as threat_confidence
7070
7171
// filter for threat confidence

0 commit comments

Comments
 (0)