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

33 lines
711 B
YAML
Raw Normal View History

2019-08-30 12:03:42 +02:00
title: iOS Implant URL Pattern
2019-11-12 23:12:27 +01:00
id: e06ac91d-b9e6-443d-8e5b-af749e7aa6b6
2021-11-27 11:33:14 +01:00
status: test
2019-08-30 12:03:42 +02:00
description: Detects URL pattern used by iOS Implant
2019-08-30 11:53:55 +02:00
author: Florian Roth
2020-09-15 07:02:30 -06:00
references:
2021-11-27 11:33:14 +01:00
- https://googleprojectzero.blogspot.com/2019/08/implant-teardown.html
- https://twitter.com/craiu/status/1167358457344925696
date: 2019/08/30
modified: 2021/11/27
2019-08-30 11:53:55 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: proxy
2019-08-30 11:53:55 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
c-uri|contains: '/list/suc?name='
condition: selection
2019-08-30 11:53:55 +02:00
fields:
2021-11-27 11:33:14 +01:00
- ClientIP
- c-uri
- c-useragent
2019-08-30 11:53:55 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2019-08-30 11:53:55 +02:00
level: critical
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.execution
- attack.t1203
- attack.collection
- attack.t1005
- attack.t1119
- attack.credential_access
- attack.t1528
- attack.t1552.001