Skip to content

Commit

Permalink
Add Microsoft Edge in IID/CLSID detection & rename rule to broaden sc…
Browse files Browse the repository at this point in the history
…ope of the target

Signed-off-by: Still Hsu <[email protected]>
  • Loading branch information
Still34 committed Nov 14, 2024
1 parent 1aed358 commit e3e84b8
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule:
meta:
name: get Chrome elevation service
name: get elevation service for Chromium-based browsers
namespace: collection/browser
authors:
- [email protected]
Expand Down Expand Up @@ -42,3 +42,9 @@ rule:
- bytes: 72 28 4C 70 49 20 5E 43 A4 69 0A 53 43 13 C4 2B = CLSID for Google Chrome Canary
- substring: "{704C2872-2049-435E-A469-0A534313C42B}"
description: CLSID for Google Chrome Canary
- 2 or more:
# untested
- bytes: 07 B8 C2 C9 31 77 34 4F 81 B7 44 FF 77 79 52 2B = IID for Microsoft Edge
- bytes: 6C E9 CB 1F 97 16 AF 43 91 40 28 97 C7 C6 97 67 = CLSID for Microsoft Edge
- substring: "{1FCBE96C-1697-43AF-9140-2897C7C69767}"
description: CLSID for Microsoft Edge

0 comments on commit e3e84b8

Please sign in to comment.