Files
blue-team-tools/rules/proxy/proxy_apt40.yml
T

28 lines
684 B
YAML
Raw Normal View History

2019-11-12 23:05:36 +01:00
title: APT40 Dropbox Tool User Agent
2019-11-12 23:12:27 +01:00
id: 5ba715b6-71b7-44fd-8245-f66893e81b3d
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:05:36 +01:00
description: Detects suspicious user agent string of APT40 Dropbox tool
2020-09-15 07:02:30 -06:00
author: Thomas Patzke
2019-11-12 23:05:36 +01:00
references:
2021-11-27 11:33:14 +01:00
- Internal research from Florian Roth
date: 2019/11/12
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: proxy
2019-11-12 23:05:36 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
c-useragent: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'
r-dns: 'api.dropbox.com'
condition: selection
2019-11-12 23:05:36 +01:00
fields:
2021-11-27 11:33:14 +01:00
- c-ip
- c-uri
2019-11-12 23:05:36 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Old browsers
2019-11-12 23:05:36 +01:00
level: high
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.command_and_control
- attack.t1071.001
- attack.exfiltration
- attack.t1567.002