Skip to content

Commit

Permalink
css extract patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Oct 5, 2024
1 parent 9d87d07 commit 7a2618a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tenantDetails/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,24 @@ try {

$patterns = @(
@{
detection = $TenantInformation.tenantId
friendlyName = "CIPP or CIPP-like"
detection = 'clone.cipp.app'
friendlyName = "CIPP"
cssExtractPattern = '\.ext-sign-in-box\s*\{[^}]*\}'
},
@{
detection = 'canary.modernworkplace.services'
friendlyName = "Prof-IT.services"
cssExtractPattern = '\.ext-sign-in-box\s*\{[^}]*\}'
},
@{
detection = "dscm.li"
friendlyName = "Zolder.io"
cssExtractPattern = ''
cssExtractPattern = '\.ext-sign-in-box\s*\{[^}]*\}'
},
@{
detection = "catch.eye.security"
friendlyName = "Eye.security"
cssExtractPattern = ''
cssExtractPattern = '\.ext-sign-in-box\s*\{[^}]*\}'
},
@{
detection = "dakg4cmpuclai.cloudfront.net"
Expand Down

0 comments on commit 7a2618a

Please sign in to comment.