Regular Expressions 101

Community Patterns

SolarWinds Orion exe matcher

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\w.*solarwinds.orion\\(solarwinds.*|swjobengine.*|netflowservice.*|counterfetcher.*)\.exe$
/
gm

Description

Matches the following :

  • files part of the solarwinds\orion folder
  • file names starting with solarwinds,swjobengine,netflowservice,counterfetcher
  • file names ending with ".exe"
Submitted by Aurélien BOUMANNE - a year ago