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
|
2019-08-30 11:53:55 +02:00
|
|
|
status: experimental
|
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
|
|
|
|
|
date: 2019/08/30
|
2020-09-03 14:16:47 +00:00
|
|
|
modified: 2020/09/03
|
2020-09-15 07:02:30 -06:00
|
|
|
references:
|
|
|
|
|
- https://googleprojectzero.blogspot.com/2019/08/implant-teardown.html
|
|
|
|
|
- https://twitter.com/craiu/status/1167358457344925696
|
2019-08-30 11:53:55 +02:00
|
|
|
logsource:
|
|
|
|
|
category: proxy
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2020-10-15 23:23:52 -03:00
|
|
|
c-uri|contains: '/list/suc?name='
|
2019-08-30 11:53:55 +02:00
|
|
|
condition: selection
|
|
|
|
|
fields:
|
|
|
|
|
- ClientIP
|
2019-12-07 00:11:33 +01:00
|
|
|
- c-uri
|
|
|
|
|
- c-useragent
|
2019-08-30 11:53:55 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: critical
|
2020-09-15 07:02:30 -06:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1203
|
|
|
|
|
- attack.collection
|
|
|
|
|
- attack.t1005
|
|
|
|
|
- attack.t1119
|
|
|
|
|
- attack.credential_access
|
|
|
|
|
- attack.t1528
|
|
|
|
|
- attack.t1552.001
|
2020-10-15 23:23:52 -03:00
|
|
|
- attack.t1081 # an old one
|