Potential Compromised 3CXDesktopApp Beaconing Activity - DNS

Detects potential beaconing activity to domains related to 3CX 3CXDesktopApp compromise

Sigma rule (View on GitHub)

 1title: Potential Compromised 3CXDesktopApp Beaconing Activity - DNS
 2id: bd03a0dc-5d93-49eb-b2e8-2dfd268600f8
 3related:
 4    - id: 3c4b3bbf-36b4-470c-b6cf-f07e8b1c7e26 # Proxy C2
 5      type: similar
 6    - id: 76bc1601-9546-4b75-9419-06e0e8d10651 # Proxy GH
 7      type: similar
 8    - id: 51eecf75-d069-43c7-9ea2-63f75499edd4 # net_connection C2
 9      type: similar
10    - id: 93bbde78-dc86-4e73-9ffc-ff8a384ca89c # ProcCreation Exec
11      type: similar
12    - id: 63f3605b-979f-48c2-b7cc-7f90523fed88 # ProcCreation ChildProc
13      type: similar
14    - id: e7581747-1e44-4d4b-85a6-0db0b4a00f2a # ProcCreation Update
15      type: similar
16    - id: d0b65ad3-e945-435e-a7a9-438e62dd48e9 # ImageLoad
17      type: similar
18status: test
19description: Detects potential beaconing activity to domains related to 3CX 3CXDesktopApp compromise
20references:
21    - https://www.reddit.com/r/crowdstrike/comments/125r3uu/20230329_situational_awareness_crowdstrike/
22author: Nasreddine Bencherchali (Nextron Systems)
23date: 2023/03/29
24modified: 2023/03/31
25tags:
26    - attack.command_and_control
27    - detection.emerging_threats
28logsource:
29    category: dns_query
30    product: windows
31detection:
32    selection:
33        QueryName|contains:
34            - 'akamaicontainer.com'
35            - 'akamaitechcloudservices.com'
36            - 'azuredeploystore.com'
37            - 'azureonlinecloud.com'
38            - 'azureonlinestorage.com'
39            - 'dunamistrd.com'
40            - 'glcloudservice.com'
41            - 'journalide.org'
42            - 'msedgepackageinfo.com'
43            - 'msedgeupdate.net'
44            - 'msstorageazure.com'
45            - 'msstorageboxes.com'
46            - 'officeaddons.com'
47            - 'officestoragebox.com'
48            - 'pbxcloudeservices.com'
49            - 'pbxphonenetwork.com'
50            - 'pbxsources.com'
51            - 'qwepoi123098.com'
52            - 'sbmsa.wiki'
53            - 'sourceslabs.com'
54            - 'visualstudiofactory.com'
55            - 'zacharryblogs.com'
56    condition: selection
57falsepositives:
58    - Unlikely
59level: high

References

Related rules

to-top