Actions
Feature #1100
closedkeyword: file_ext keyword
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:
Description
Like fileext, match on file extensions, but act like file_data.
file_ext; content:"exe"; nocase;
Complication is that fileext really just looks at the file name, and checks if the last bytes of it are what the fileext keyword contains, preceded by a dot. Might not be as easy to convert.
Updated by Victor Julien over 6 years ago
- Assignee changed from OISF Dev to Anonymous
- Effort set to medium
- Difficulty set to medium
Updated by Victor Julien over 6 years ago
- Related to Feature #1099: keyword: file_name keyword added
Updated by Victor Julien over 5 years ago
- Status changed from New to Closed
- Assignee deleted (
Community Ticket) - Target version deleted (
TBD) - Effort deleted (
medium) - Difficulty deleted (
medium)
This won't be added. #1099 added 'file.name'. Combine this with 'endswith' to get the same effect. E.g.
file.name; content:".exe"; endswith;
Actions