2020-08-03 12:20:04 +01:00
title : Webshell ReGeorg Detection Via Web Logs
id : 2ea44a60-cfda-11ea-87d0-0242ac130003
status : experimental
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.
author : Cian Heasley
2020-09-15 07:02:30 -06:00
date : 2020 /08/04
2021-11-23 18:47:42 +01:00
modified : 2021 /11/23
2020-11-27 10:17:45 +01:00
references :
2020-08-03 12:20:04 +01:00
- https://community.rsa.com/community/products/netwitness/blog/2019/02/19/web-shells-and-netwitness-part-3
- https://github.com/sensepost/reGeorg
logsource :
category : webserver
detection :
selection :
2021-11-23 18:47:42 +01:00
cs-uri-query|contains :
2021-04-05 13:01:10 -04:00
- 'cmd=read'
- 'connect&target'
- 'cmd=connect'
- 'cmd=disconnect'
- 'cmd=forward'
2020-08-03 12:20:04 +01:00
filter :
2021-12-13 15:47:43 +01:00
cs-referer : null
2021-11-23 18:47:42 +01:00
cs-User-Agent : null
cs-method : POST
2020-08-03 12:20:04 +01:00
condition : selection and filter
fields :
2021-11-23 18:47:42 +01:00
- cs-uri-query
2021-12-13 15:47:43 +01:00
- cs-referer
2021-11-23 18:47:42 +01:00
- cs-method
- cs-User-Agent
2020-08-03 12:20:04 +01:00
falsepositives :
2020-08-03 13:50:47 +02:00
- web applications that use the same URL parameters as ReGeorg
2020-08-03 12:20:04 +01:00
level : high
2020-09-15 07:02:30 -06:00
tags :
- attack.persistence
2020-11-27 10:17:45 +01:00
- attack.t1505.003