Enhanced Security Measures in Place:   To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

RegEx - Pattern Match

Not applicable

Hey everyone,

I'm attempting to build a pattern match for a custom vulnerability.  Here are the criteria:

  • File is always a random 24 character file with a '.exe' extension
  • First three characters are always 'e54'

I had the following regex built, but the PA doesn't like it for some reason.

(e54([a-zA-Z0-9]{21})\.exe)

It gives me some invalid character internal error.  Any thoughts?

Who Me Too'd this topic