Illustrative only - not an engagement finding
Privileged Changes and Sensitive Access Produce No Actionable Signal
Critical
See where this finding applies on the diagrams: operations zone · CP9 alert routing
Illustrative only - not an engagement finding
Privileged Changes and Sensitive Access Produce No Actionable Signal
- Business Summary
- Preventive controls cannot contain every failure. If privileged changes and sensitive access produce no actionable signal, a serious compromise can continue without a timely owner or response.
- Possible Weakness
- High-impact identity changes and sensitive data access occur without a signal that reaches an accountable responder.
- Potential Impact
- A serious compromise could continue undetected while privileges, configuration or protected information are changed.
- What an Assessment Verifies
- Trace diagnostic sources into Azure Monitor and Log Analytics, then alert rules, notification delivery, ownership and a safe test event through the complete response path.
- Expected Fix
- Enable dependable audit signals in Azure Monitor, route them to an owned on-call path and retain evidence that delivery and response are tested.
- How to Check the Fix
- A safe test event that simulates a privileged change must create the expected alert, reach the accountable owner within the target time and leave retained evidence of acknowledgement and response.
Cross-Reference Evidence (Illustrative). This is cross-reference evidence showing how a configured signal is traced through collection, delivery and response. In a real engagement each item below is a live pointer: a file-and-line link into the source repository, a reproducible read-only query against the deployed Azure environment, or replayable tool output. Here they lead to newly authored public demonstrations.
-
Example Azure diagnostic and alert configuration record
This is cross-reference evidence. A real assessment records the dated read-only query, the relevant property and the evidence limit without exposing credentials or customer data.
az resource show --ids "<illustrative-resource-id>" \ --query "properties.exampleControl" Illustrative output: {"exampleControl":"enabled"} -
Example delivery result for a simulated test event
This is cross-reference evidence. A real report retains the command, tool version, safe input boundary and output needed to reproduce the conclusion.
security-check --target "<illustrative-target>" --format json Illustrative output: {"result":"control verified"} -
Example application logging reference
This is cross-reference evidence. A real assessment links a conclusion to the reviewed commit and exact lines so another technical reader can inspect the same enforcement point.
if not policy.can_access(actor, record): raise Forbidden()