The dce_stub_data Keyword
You can use the
dce_stub_data
keyword in conjunction with the DCE/RPC
preprocessor to specify that the rules engine should start inspection at the
beginning of the stub data, regardless of any other rule options. Packet
payload rule options that follow the
dce_stub_data
keyword are applied relative to the stub
data buffer.
DCE/RPC stub data provides the interface between a client
procedure call and the DCE/RPC run-time system, the mechanism that provides the
routines and services central to DCE/RPC. DCE/RPC exploits are identified in
the stub data portion of the DCE/RPC packet. Because stub data is associated
with a specific operation or function call, you should always precede
dce_stub_data
with
dce_iface
and
dce_opnum
to identify the related service and
operation.
The
dce_stub_data
keyword has no arguments.