JINJA Filter - Defang
in progress
Kevin Clement
Ability to defang strings in jinja easily using a built in filter.
Reference Dan Hayes and
Log In
D
Danial Gagne
in progress
Stephen Lojewski
this would be bussin AF as frick. For now I'm getting by using |regex_replace('(?<=\w)\.(?=\w)','[.]')
Daniel Hayes
Added context, useful for scenarios where something like a EDR detection, spam email report, etc. might be exposing potentially malicious URLs/IPs and defanging the url/IP will help reduce accidental clicks for the person investigating the ticket created after the fact.