Files
blue-team-tools/rules/web/proxy_generic/proxy_ios_implant.yml
T

33 lines
768 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
2020-09-15 07:02:30 -06:00
references:
2022-10-25 10:08:58 +02:00
- https://googleprojectzero.blogspot.com/2019/08/implant-teardown.html
- https://twitter.com/craiu/status/1167358457344925696
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2021-11-27 11:33:14 +01:00
date: 2019/08/30
2022-08-15 17:33:39 +02:00
modified: 2022/08/15
2022-10-25 10:08:58 +02:00
tags:
- attack.execution
- attack.t1203
- attack.collection
- attack.t1005
- attack.t1119
- attack.credential_access
- attack.t1528
- attack.t1552.001
2019-08-30 11:53:55 +02:00
logsource:
2022-10-25 10:08:58 +02:00
category: proxy
2019-08-30 11:53:55 +02:00
detection:
2022-10-25 10:08:58 +02:00
selection:
c-uri|contains: '/list/suc\?name='
condition: selection
2019-08-30 11:53:55 +02:00
fields:
2022-10-25 10:08:58 +02:00
- ClientIP
- c-uri
- c-useragent
2019-08-30 11:53:55 +02:00
falsepositives:
2022-10-25 10:08:58 +02:00
- Unknown
2019-08-30 11:53:55 +02:00
level: critical