1200KM / telemetry
Cloud Service Modification — Detection Telemetry
Changes to a managed cloud service configuration.
Collection and providers
Collect the service-specific update API and resulting configuration state; record account/project, actor and changed settings.
- AWS CloudTrail: Management-plane API activity; supported resource/data events require separate selectors.
- Azure Monitor Activity Log: Azure resource control-plane operations; resource data-plane logs are separate.
- Google Cloud Audit Logs: Admin Activity and other categories; configure Data Access where required.
Configuration
- In the isolated account/project/subscription, route administrative audit logs to a protected destination with retention and access controls.
- Select the relevant service, regions and read/write operations. Confirm whether the API below is a management or data event in the provider documentation.
- Preserve actor/session, resource, request ID, service, operation, region and error details. Check delivery latency and avoid logging credentials or sensitive request bodies.
Synthetic event example
Project-normalized synthetic JSON, not a native provider log, captured event, attack verdict or validated detection. A parser/adapter is required for a real SIEM. Example names, IPs and values are fictional.
{
"schema": "1200km.telemetry.example.v1",
"synthetic": true,
"timestamp": "2026-09-27T12:00:00Z",
"telemetry_id": "DC0069",
"collector": "illustrative-lab-collector",
"observation": {
"service": "lab-audit-service",
"resource_id": "lab-service-1",
"attribute": "retention_days",
"before": 7,
"after": 30
}
}Visibility and validation
AWS, Azure and Google expose different APIs and event schemas. An accepted API request does not prove the final resource state; join asynchronous outcomes and inventory.
- Record the lab scope, collector version, effective configuration and expected source fields before testing.
- Use an approved benign action or read-only snapshot appropriate to this type. For destructive, privileged or physical effects, use a reviewed fixture or existing authorized evidence instead of causing the effect.
- Verify the native source record locally and at the collector; compare timestamps, identity, object, action/result and the type-specific fields listed below. Save a redacted real capture separately from the synthetic example.
- Check a normal baseline and collector-loss case. Fixture parsing proves parser behavior only; it does not prove sensor coverage or malicious-behavior detection.
Primary sources
Connected ecosystem references
Linked tags
Related simulations and detection workspaces
Each workspace retains its own logsource and platform requirements. A technique-level association is not a per-rule sensor mapping.
- T1040 · Network Sniffing · Detection rules & anomalies
- T1059.009 · Cloud API · Detection rules & anomalies
- T1213 · Data from Information Repositories · Detection rules & anomalies
- T1496 · Resource Hijacking · Detection rules & anomalies
- T1496.004 · Cloud Service Hijacking · Detection rules & anomalies
- T1528 · Steal Application Access Token · Detection rules & anomalies
- T1546 · Event Triggered Execution · Detection rules & anomalies
- T1556 · Modify Authentication Process · Detection rules & anomalies
- T1556.006 · Multi-Factor Authentication · Detection rules & anomalies
- T1556.007 · Hybrid Identity · Detection rules & anomalies
- T1556.009 · Conditional Access Policies · Detection rules & anomalies
- T1578.005 · Modify Cloud Compute Configurations · Detection rules & anomalies
- T1648 · Serverless Execution · Detection rules & anomalies
- T1666 · Modify Cloud Resource Hierarchy · Detection rules & anomalies
- T1671 · Cloud Application Integration · Detection rules & anomalies
- T1677 · Poisoned Pipeline Execution · Detection rules & anomalies
- T1685 · Disable or Modify Tools · Detection rules & anomalies
- T1685.002 · Disable or Modify Cloud Log · Detection rules & anomalies
Attack tools through shared TTPs
These are two-hop navigation links through explicitly associated techniques, not independent tool-to-sensor assertions.
Connected anomaly research
Curated research views reached through an exact source technique, a catalog model, or a reviewed collection reference. These are navigation associations, not claims of detector effectiveness or sensor equivalence.
Telemetry contracts · Maintained query examples · Validation and blind spots
Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.