LoFP LoFP / web applications that use the same url parameters as regeorg

Techniques

Sample rules

Webshell ReGeorg Detection Via Web Logs

Description

Certain strings in the uri_query field when combined with null referer and null user agent can indicate activity associated with the webshell ReGeorg.

Detection logic

condition: selection and filter
filter:
  cs-method: POST
  cs-referer: null
  cs-user-agent: null
selection:
  cs-uri-query|contains:
  - cmd=read
  - connect&target
  - cmd=connect
  - cmd=disconnect
  - cmd=forward