mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
34 lines
790 B
YAML
34 lines
790 B
YAML
title: iOS Implant URL Pattern
|
|
id: e06ac91d-b9e6-443d-8e5b-af749e7aa6b6
|
|
status: experimental
|
|
description: Detects URL pattern used by iOS Implant
|
|
author: Florian Roth
|
|
date: 2019/08/30
|
|
modified: 2020/09/03
|
|
references:
|
|
- https://googleprojectzero.blogspot.com/2019/08/implant-teardown.html
|
|
- https://twitter.com/craiu/status/1167358457344925696
|
|
logsource:
|
|
category: proxy
|
|
detection:
|
|
selection:
|
|
c-uri|contains: '/list/suc?name='
|
|
condition: selection
|
|
fields:
|
|
- ClientIP
|
|
- c-uri
|
|
- c-useragent
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1203
|
|
- attack.collection
|
|
- attack.t1005
|
|
- attack.t1119
|
|
- attack.credential_access
|
|
- attack.t1528
|
|
- attack.t1552.001
|
|
- attack.t1081 # an old one
|