Files
2019-06-05 16:50:11 -07:00
..
2019-06-05 16:50:11 -07:00
2019-05-21 16:24:58 -07:00
2019-06-05 23:38:17 +00:00
2019-06-04 15:57:27 -07:00
2019-06-05 23:38:17 +00:00

Fidelity

The fidelity of a narrative describes the ratio of signal (valid/positive) to noise (invalid/false positive) anticipated based on field experience.

  • High - This indicates a relatively high signal to noise ratio, and therefore a lower likelihood of false positives, and it should not require additional searches to validate it.

Example:


sourcetype=WinEventLog:* EventCode=4728
  • Low - This indicates a relatively low signal to noise ratio, and therefore a higher likelihood of false positives. Confidence in the output can be increased through other means (i.e. cross-correlation and/or subsequent searches).

Example:


url=* | eval url_length = len(url) | where url_length > 256
  • Moderate - This indicates an unpredictable signal to noise ratio with a bias towards signal, and therefore a higher likelihood of false positives than high. Confidence in the output can be increased through other means (i.e. cross-correlation and/or subsequent searches).

Example:

http_user_agent = "*nullptr*"