possible_abusing_ads
Description
After translation, DELETE delete double quotes in search (ELK or Graylog)! Adversaries may store malicious data or binaries in file attribute metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(re.regex($selection0.target.process.file.full_path, `.*:.*`) or re.regex($selection0.principal.process.file.full_path, `.*:.*`))
condition:
$selection0