Notes from SANS Stay Ahead of Ransomware Livestream April 2026 episode :)
- Suggestion: Trim & strip escape characters
- Suggest trimming + stripping escape characters and other DOSfuscation-type characters to maximize your string-based queries and avoid falling for escape character pitfalls
- Use
trimorltrim|rtrimdepending on your E/XDR
| make_a_new_field_for_me registry_data = replace(registry_data, "\"", "")