Project

General

Profile

Actions

Feature #3430

open

make endswith/startswith available to relevant buffers when datasets are used on those

Added by Peter Manev over 4 years ago. Updated 10 months ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
-
Effort:
Difficulty:
Label:

Description

Currently datasets can be used as :

alert dns $HOME_NET any -> any any (msg:"Blacklisted domain request"; dns_query; dataset:set,dns.blacklist,type string; sid:333; rev:1; )

but not as with "endswith"
alert dns $HOME_NET any -> any any (msg:"Blacklisted domain request"; dns_query; dataset:set,dns.blacklist,type string; endswith; sid:333; rev:1; )

while in a regular rule "endswith" for example is available for that buffer

alert dns $HOME_NET any -> any any (msg:"Blacklisted domain request"; dns_query; content:".suspicious.com"; endswith; bypass; sid:111; rev:1; )
Actions

Also available in: Atom PDF