Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Power Pages SPA: components Part 2

Ref. github.com/AndrewElans/PowerPagesSPA-PowerPagesSetup. We would need to deactivate/remove or tweak the default Power Pages components and add new. Go to make.powerapps.com -> select environment 250101 Select Apps ->…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Ref. github.com/AndrewElans/PowerPagesSPA-PowerPagesSetup.



We would need to deactivate/remove or tweak the default Power Pages components and add new.






Go to make.powerapps.com -> select environment 250101



Select Apps -> All -> find Power Pages Management app, or called Power Pages-administrasjon -> click Play.






Websites



Rename Site 250101 - site-250101 to Site 250101






Web Files



Delete all except Cat-PC.png. Open this file and place under Parent Page Page Not Found instead of Home.



Cat-PC.png is the default Power Pages picture of a cat with headphones and PC that is rendered in Page Not Found.



All other files will be provisioned with Vite build uploaded manually for granular control.



Why page-not-found? Files under this page are public files and can be accessed by Anonymous users as explained in the Power Pages SPA: login redirect post, part Default pages with public access.



bootstrap.bundle.js EDITED (search 'fixedbyae' v.5.3.3)`. This file has been edited to fix the modal component behavior as explained in this post.



Note: if you cannot upload the .js file, you have likely missed it in Power Pages SPA: main setup how to enable the js extension, part Privacy + Security so check back there.






Web Templates



Select all and delete except the following:




  • Default studio template

  • Footer

  • Header



We will modify last two, the first one is something used on default pages, it will keep coming back if deleted or deactivated.





See code in the github repo with comments.



When a user does not have an active portal session in a browser, the user is redirected to the /SignIn... route for action as follows:





Our changed header will now automatically redirect to enter user credentials. It will also be catching routing with hash, e.g. #contracts and URL-encode it to %23contracts (if not encoded, redirect to the route #contracts will not work after authentication is successful). It will also be adding login_hint if available for silent authentication.





Replace code with <!-- empty footer, can be used later in needed -->



We will need to add 3 new templates later:




  • index -> for Home route

  • page-not-found -> for msal redirect token and functionality to handle routes

  • blank -> for Static Assets and Dynamic Assets pages






Web Pages



Diactivate the following as we neither need these routes nor can control behaviour:




  • Profile (route /profile)

  • Search (route /search)



Access Denied(route /access-denied) we keep but don't use. If we deactivate it, the site will give back Error 500 on any page including Home like this:



So, the page Access Denied is important to keep as this is checking if the user has access or not and then renders the sign in route if not.



We will also add a couple of new pages Static Assets and Dynamic Assets later.






Page Templates



Deactivate:




  • AI Search PageTemplate

  • Profile

  • Search



We will add new 3 new later to cover the 3 new Web Templates.






Site Settings






Existing



This section will be modified shortly...



Select all except the following ones -> deactivate the rest.




  • Authentication/OpenIdConnect/AzureAD/ExternalLogoutEnabled

  • Authentication/Registration/ExternalLoginEnabled



These are responsible for regestering Microsoft Entra ID users in the Contacts table.



N.B. When Site Settings are changed, resync of the portal in https://make.powerpages.microsoft.com/ is required, but sometimes the changes are not synced immediately, so wait some minutes to see the changes (refresh of the portal cache sometimes help but sometimes not. What can help track if changes are synced is this setting Authentication/OpenIdConnect/AzureAD/Caption that is a title of the button originally titled Microsoft Entra ID. So whenever you change the settings, update the title of this button, and if it's changed, you will see that the changes are synced. I noticed also, there may be some limitation on the title length or presence of spaces, so if it's renamed to bnt1, the button will still have the original full name.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Vulnerability Remediation & Verification
Syntax validiert (0 Fehler)
title: Detect Exploitation - Power Pages SPA: components Part 2
id: 421e1ab8-ecca-4c4f-b05f-681b3ef3cb09
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-27
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-27"
        description = "YARA Signature for "
    strings:
        $str = "Power Pages SPA: components Pa" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Power Pages SPA components Part 2")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Power Pages SPA components Part 2*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Power Pages SPA components Part 2"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Analyse für identifizierte Bedrohung auf Basis von Live-CTI (ENISA EUVD): CVSS 0.0 · EPSS 0.0% · CISA KEV: nein. Handlungsableitung aus den verlinkten Hersteller-Quellen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Power Pages SPA: components Part 2

Thematisch verwandte Begriffe: Power, Pages, components, Part · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2025-71424 | Contrast, Edgeless Systems' runtime for confidential containers on Kuber…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag