Skip to content

Commit

Permalink
feat: new emerging threats rules added related to "Operation Triangul…
Browse files Browse the repository at this point in the history
…ation" (SigmaHQ#4284)
  • Loading branch information
Neo23x0 authored Jun 2, 2023
1 parent 9b2c23c commit ad73edc
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
title: Potential Operation Triangulation C2 Beaconing Activity - DNS
id: 7fc30d63-728d-48d9-ad6f-14d14f4accf7
related:
- id: aa03c712-75c6-438b-8d42-de88f2427e09 # Proxy C2
type: similar
status: experimental
description: Detects potential beaconing activity to domains used in 0day attacks on iOS devices and revealed by Kaspersky and the FSB
references:
- https://securelist.com/operation-triangulation/109842/
- https://www-fsb-ru.translate.goog/fsb/press/message/[email protected]?_x_tr_sch=http&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp
author: Florian Roth (Nextron Systems)
date: 2023/06/01
tags:
- attack.command_and_control
logsource:
category: dns
detection:
selection:
query:
- 'addatamarket.net'
- 'ans7tv.net'
- 'anstv.net'
- 'backuprabbit.com'
- 'businessvideonews.com'
- 'cloudsponcer.com'
- 'datamarketplace.net'
- 'growthtransport.com'
- 'mobilegamerstats.com'
- 'snoweeanalytics.com'
- 'tagclick-cdn.com'
- 'topographyupdates.com'
- 'unlimitedteacup.com'
- 'virtuallaughing.com'
- 'web-trackers.com'
condition: selection
falsepositives:
- Unknown
level: high
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
title: Potential Operation Triangulation C2 Beaconing Activity - Proxy
id: aa03c712-75c6-438b-8d42-de88f2427e09
related:
- id: 7fc30d63-728d-48d9-ad6f-14d14f4accf7 # DNS C2
type: similar
status: experimental
description: Detects potential beaconing activity to domains used in 0day attacks on iOS devices and revealed by Kaspersky and the FSB
references:
- https://securelist.com/operation-triangulation/109842/
- https://www-fsb-ru.translate.goog/fsb/press/message/[email protected]?_x_tr_sch=http&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp
author: Florian Roth (Nextron Systems)
date: 2023/06/01
tags:
- attack.command_and_control
logsource:
category: proxy
detection:
selection:
cs-host|contains:
- 'addatamarket.net'
- 'ans7tv.net'
- 'anstv.net'
- 'backuprabbit.com'
- 'businessvideonews.com'
- 'cloudsponcer.com'
- 'datamarketplace.net'
- 'growthtransport.com'
- 'mobilegamerstats.com'
- 'snoweeanalytics.com'
- 'tagclick-cdn.com'
- 'topographyupdates.com'
- 'unlimitedteacup.com'
- 'virtuallaughing.com'
- 'web-trackers.com'
condition: selection
falsepositives:
- Unknown
level: high

0 comments on commit ad73edc

Please sign in to comment.